summaryrefslogtreecommitdiff
path: root/src/xmlfixups.h
diff options
context:
space:
mode:
authorStef <stef@ws.local>2004-07-11 22:07:43 +0000
committerStef <stef@ws.local>2004-07-11 22:07:43 +0000
commitffaca765ed010aa6f367f417a97eaa99902870a1 (patch)
treea74754e3fdff365df1e481ddf2c4fefdd3014b19 /src/xmlfixups.h
parent9e0f8dfa9a67b5ceb37db033df4db2b46874aa87 (diff)
Fixed grouping issues
Consolidate footnotes to end Proper ref format Fixed 'removeDuplicate' bugs
Diffstat (limited to 'src/xmlfixups.h')
-rw-r--r--src/xmlfixups.h1
1 files changed, 1 insertions, 0 deletions
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__