diff options
Diffstat (limited to 'xmloff/source/xforms/TokenContext.hxx')
-rw-r--r-- | xmloff/source/xforms/TokenContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/xforms/TokenContext.hxx b/xmloff/source/xforms/TokenContext.hxx index 84ed18ab535e..f45c1a1c7f95 100644 --- a/xmloff/source/xforms/TokenContext.hxx +++ b/xmloff/source/xforms/TokenContext.hxx @@ -20,15 +20,12 @@ #pragma once #include <xmloff/xmlictxt.hxx> -#include <xmloff/xmltkmap.hxx> +#include <sax/fastattribs.hxx> namespace com::sun::star { - namespace xml::sax { class XFastAttributeList; } namespace uno { template<typename T> class Reference; } } -class SvXMLImport; - /** handle attributes through an SvXMLTokenMap */ class TokenContext : public SvXMLImportContext { |