diff options
Diffstat (limited to 'xmloff/source/xforms/TokenContext.hxx')
-rw-r--r-- | xmloff/source/xforms/TokenContext.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/xforms/TokenContext.hxx b/xmloff/source/xforms/TokenContext.hxx index 05c5b7372a7a..9821a3c8f386 100644 --- a/xmloff/source/xforms/TokenContext.hxx +++ b/xmloff/source/xforms/TokenContext.hxx @@ -47,6 +47,9 @@ public: const OUString& rLocalName, const SvXMLTokenMapEntry* pAttributes, const SvXMLTokenMapEntry* pChildren ); + TokenContext( SvXMLImport& rImport, + const SvXMLTokenMapEntry* pAttributes, + const SvXMLTokenMapEntry* pChildren ); // implement SvXMLImportContext methods: |