diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-13 02:57:18 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-13 02:57:18 +0000 |
commit | d5936861524a2ab8912e70910ab1934a24b39fe8 (patch) | |
tree | 968fe3bcba58ee8adc365e408fb9d2178b3e3d6e /src/xmlfixups.cpp | |
parent | e1c589443f0581cb5e53da1ea4b60cf1f3471ddd (diff) |
- Order of start consolidate tags
- Runs remove duplicates once more at the end
Diffstat (limited to 'src/xmlfixups.cpp')
-rw-r--r-- | src/xmlfixups.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlfixups.cpp b/src/xmlfixups.cpp index fe2232b..c3fd8b6 100644 --- a/src/xmlfixups.cpp +++ b/src/xmlfixups.cpp @@ -57,7 +57,7 @@ static const char* kConsolidateEnd[] = { kElFootNote, NULL }; static const char* kConsolidateStart[] = - { kElInfo, kElStylesheet, NULL }; + { kElStylesheet, kElInfo, NULL }; void RtfFixups::breakBreak(DOM::Document& doc, const string& contain, const string& tag) |