diff options
Diffstat (limited to 'include/test/mtfxmldump.hxx')
-rw-r--r-- | include/test/mtfxmldump.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/test/mtfxmldump.hxx b/include/test/mtfxmldump.hxx index 38087d6f8f3a..b55de95258db 100644 --- a/include/test/mtfxmldump.hxx +++ b/include/test/mtfxmldump.hxx @@ -12,20 +12,20 @@ #include <sal/config.h> #include <test/testdllapi.hxx> - #include <libxml/tree.h> #include <vcl/gdimtf.hxx> #include <vcl/metaactiontypes.hxx> #include <o3tl/enumarray.hxx> -class XmlWriter; +namespace tools { class XmlWriter; } + enum class MetaActionType; class OOO_DLLPUBLIC_TEST MetafileXmlDump final { o3tl::enumarray<MetaActionType, bool> maFilter; - void writeXml(const GDIMetaFile& rMetaFile, XmlWriter& rWriter); + void writeXml(const GDIMetaFile& rMetaFile, tools::XmlWriter& rWriter); public: MetafileXmlDump(); |