From 868bfee512331e44b90a2cf42d4b734f79ed4622 Mon Sep 17 00:00:00 2001 From: Stef Date: Tue, 13 Jul 2004 02:53:48 +0000 Subject: Consolidate certain tags to the beginning of the document. --- src/xmlcomposer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xmlcomposer.cpp') 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); -- cgit v1.2.3