summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
Diffstat (limited to 'include/test')
-rw-r--r--include/test/mtfxmldump.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/test/mtfxmldump.hxx b/include/test/mtfxmldump.hxx
index e91eb6bb1d5e..997d023412b8 100644
--- a/include/test/mtfxmldump.hxx
+++ b/include/test/mtfxmldump.hxx
@@ -17,10 +17,14 @@
#include <vcl/gdimtf.hxx>
#include <vector>
+class XmlWriter;
+
class OOO_DLLPUBLIC_TEST MetafileXmlDump
{
std::vector<bool> maFilter;
+ void writeXml(GDIMetaFile& rMetaFile, XmlWriter& rWriter);
+
public:
MetafileXmlDump();
virtual ~MetafileXmlDump();