summaryrefslogtreecommitdiff
path: root/src/xmlcomposer.cpp
diff options
context:
space:
mode:
authorStef <stef@ws.local>2004-07-13 02:53:48 +0000
committerStef <stef@ws.local>2004-07-13 02:53:48 +0000
commit868bfee512331e44b90a2cf42d4b734f79ed4622 (patch)
treef7f02f3e7ae0bd29520f6543211771e71d8711d7 /src/xmlcomposer.cpp
parentffaca765ed010aa6f367f417a97eaa99902870a1 (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);