summaryrefslogtreecommitdiff
path: root/include/test/primitive2dxmldump.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/primitive2dxmldump.hxx')
-rw-r--r--include/test/primitive2dxmldump.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/test/primitive2dxmldump.hxx b/include/test/primitive2dxmldump.hxx
index 80ef271ee720..5acf69999ecd 100644
--- a/include/test/primitive2dxmldump.hxx
+++ b/include/test/primitive2dxmldump.hxx
@@ -12,18 +12,17 @@
#include <sal/config.h>
#include <test/testdllapi.hxx>
-#include <test/xmlwriter.hxx>
-
#include <libxml/tree.h>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
-
#include <vector>
+namespace tools { class XmlWriter; }
+
class OOO_DLLPUBLIC_TEST Primitive2dXmlDump final
{
private:
std::vector<bool> maFilter;
- void decomposeAndWrite(const drawinglayer::primitive2d::Primitive2DContainer& rPrimitive2DSequence, XmlWriter& rWriter);
+ void decomposeAndWrite(const drawinglayer::primitive2d::Primitive2DContainer& rPrimitive2DSequence, tools::XmlWriter& rWriter);
public:
Primitive2dXmlDump();