diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-13 02:53:48 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-13 02:53:48 +0000 |
commit | e1c589443f0581cb5e53da1ea4b60cf1f3471ddd (patch) | |
tree | f7f02f3e7ae0bd29520f6543211771e71d8711d7 /src/xmlcomposer.cpp | |
parent | 5eb52056cf799bd0f55b642a513e024c0304c604 (diff) |
Consolidate certain tags to the beginning of the document.
Diffstat (limited to 'src/xmlcomposer.cpp')
-rw-r--r-- | src/xmlcomposer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmlcomposer.cpp b/src/xmlcomposer.cpp index 5c29e65..c2b0b10 100644 --- a/src/xmlcomposer.cpp +++ b/src/xmlcomposer.cpp @@ -104,6 +104,7 @@ void RtfParser::endDocument() // Cleanup the tree RtfFixups::removeDuplicates(m_document); + RtfFixups::consolidateStartTags(m_document); RtfFixups::consolidateEndTags(m_document); RtfFixups::breakTables(m_document); RtfFixups::breakTags(m_document, kElTable, kElRow); |