summaryrefslogtreecommitdiff
path: root/src/xmlfixups.h
diff options
context:
space:
mode:
authorStef <stef@ws.local>2004-07-27 21:22:58 +0000
committerStef <stef@ws.local>2004-07-27 21:22:58 +0000
commitd50019d579b4452a66277372d3d007a983805349 (patch)
treeb7773e478bc4bc1279f32497371bce9ceccd5d72 /src/xmlfixups.h
parentf17c713e64545feb5e9559ae43f6cc8e2a92b7a4 (diff)
- Preserve mode
- Document options - Font fixes
Diffstat (limited to 'src/xmlfixups.h')
-rw-r--r--src/xmlfixups.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmlfixups.h b/src/xmlfixups.h
index 01c2d67..99fe876 100644
--- a/src/xmlfixups.h
+++ b/src/xmlfixups.h
@@ -146,8 +146,10 @@ protected:
// Our tables cached for efficiency
StringSet m_duplicates;
StringSet m_removes;
+ StringSet m_removeEmpty;
StringSet m_consolidateStart;
StringSet m_consolidateEnd;
+ StringSet m_requireAttrs;
};
#endif // __XMLFIXUPS_H__