summaryrefslogtreecommitdiff
path: root/src/xmlcomposer.cpp
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-07-13 02:53:48 +0000
committerStef Walter <stef@memberwebs.com>2004-07-13 02:53:48 +0000
commite1c589443f0581cb5e53da1ea4b60cf1f3471ddd (patch)
treef7f02f3e7ae0bd29520f6543211771e71d8711d7 /src/xmlcomposer.cpp
parent5eb52056cf799bd0f55b642a513e024c0304c604 (diff)
Consolidate certain tags to the beginning of the document.
Diffstat (limited to 'src/xmlcomposer.cpp')
-rw-r--r--src/xmlcomposer.cpp1
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);