summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/docxsdrexport.hxx')
-rw-r--r--sw/source/filter/ww8/docxsdrexport.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/docxsdrexport.hxx b/sw/source/filter/ww8/docxsdrexport.hxx
index 25c0398cdbdb..08fdf8649818 100644
--- a/sw/source/filter/ww8/docxsdrexport.hxx
+++ b/sw/source/filter/ww8/docxsdrexport.hxx
@@ -13,10 +13,13 @@
#include <memory>
#include <rtl/strbuf.hxx>
-#include <rtl/ref.hxx>
#include <sax/fshelper.hxx>
#include <tools/solar.h>
+namespace rtl
+{
+template <typename> class Reference;
+}
namespace oox
{
namespace drawingml
@@ -25,7 +28,6 @@ class DrawingML;
}
}
class Size;
-class Point;
class SdrObject;
class SvxBoxItem;
@@ -34,7 +36,6 @@ namespace ww8
class Frame;
}
class SwFrameFormat;
-class SwNode;
class DocxExport;