summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-02-08 18:10:34 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-02-08 18:10:50 +0100
commit9614183bbbba33ec9cd658870755645ed64ae221 (patch)
tree069cf1e4612317dfbe0b5c5ee3e8ecce729f7c9a /sw/source/filter/ww8/docxsdrexport.hxx
parent090e5f356a1da58c6bd4e2e8f84487a228ea11dc (diff)
sw: make sure that these headers are self-contained
Change-Id: Ifdfe85abe57b5873ab4641d3a592c4cf8d2e4e01
Diffstat (limited to 'sw/source/filter/ww8/docxsdrexport.hxx')
-rw-r--r--sw/source/filter/ww8/docxsdrexport.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxsdrexport.hxx b/sw/source/filter/ww8/docxsdrexport.hxx
index fb25d380ce69..b910ee471b1a 100644
--- a/sw/source/filter/ww8/docxsdrexport.hxx
+++ b/sw/source/filter/ww8/docxsdrexport.hxx
@@ -11,7 +11,12 @@
#define INCLUDED_SW_SOURCE_FILTER_WW8_DOCXSDREXPORT_HXX
#include <boost/shared_ptr.hpp>
+
#include <com/sun/star/xml/dom/XDocument.hpp>
+#include <rtl/strbuf.hxx>
+#include <sax/fshelper.hxx>
+#include <tools/solar.h>
+
namespace oox
{
namespace drawingml
@@ -22,6 +27,7 @@ class DrawingML;
class Size;
class Point;
class SdrObject;
+class SvxBoxItem;
namespace sw
{