MS Word diff is backwards
From: Greg Sheremeta <gsheremeta_at_inergex.com>
Date: 2007-06-13 18:20:07 CEST
I'm using Word 2007.
When using diff on Word documents, I noticed the Word comparison is
58c58
< destination = word.Documents.Open(sNewDoc);
--- > destination = word.Documents.Open(sBaseDoc); 76c76 < destination.Compare(sBaseDoc, "Comparison", wdCompareTargetNew, true, true); --- > destination.Compare(sNewDoc, "Comparison", wdCompareTargetNew, true, true); Or maybe it's a Word 2007-specific thing, in which case the fix would be a bit trickier. Or maybe I'm missing something! GregReceived on Wed Jun 13 18:20:18 2007 |
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.