From ffaca765ed010aa6f367f417a97eaa99902870a1 Mon Sep 17 00:00:00 2001 From: Stef Date: Sun, 11 Jul 2004 22:07:43 +0000 Subject: Fixed grouping issues Consolidate footnotes to end Proper ref format Fixed 'removeDuplicate' bugs --- src/xmlfixups.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xmlfixups.h') diff --git a/src/xmlfixups.h b/src/xmlfixups.h index 8cc9b82..2def770 100644 --- a/src/xmlfixups.h +++ b/src/xmlfixups.h @@ -57,6 +57,7 @@ public: static void wrapTags(DOM::Document& document, const string& tagName, const string& wrapName); static void removeTags(const DOM::Document& doc); static void removeDuplicates(const DOM::Document& doc); + static void consolidateEndTags(DOM::Document& doc); }; #endif // __RTFFIXUPS_H__ -- cgit v1.2.3