diff options
Diffstat (limited to 'xmloff/source/xforms/TokenContext.hxx')
-rw-r--r-- | xmloff/source/xforms/TokenContext.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/xforms/TokenContext.hxx b/xmloff/source/xforms/TokenContext.hxx index 9166388ee0d0..da82828d557c 100644 --- a/xmloff/source/xforms/TokenContext.hxx +++ b/xmloff/source/xforms/TokenContext.hxx @@ -23,9 +23,9 @@ #include <xmloff/xmlictxt.hxx> -// + // forward declarations -// + namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } @@ -55,9 +55,9 @@ public: virtual ~TokenContext(); - // + // implement SvXMLImportContext methods: - // + /** call HandleAttribute for each attribute in the token map; * create a warning for all others. Classes that wish to override |