summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxtablestyleexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/docxtablestyleexport.hxx')
-rw-r--r--sw/source/filter/ww8/docxtablestyleexport.hxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxtablestyleexport.hxx b/sw/source/filter/ww8/docxtablestyleexport.hxx
index 3746203f8e4e..843ed7cefcdb 100644
--- a/sw/source/filter/ww8/docxtablestyleexport.hxx
+++ b/sw/source/filter/ww8/docxtablestyleexport.hxx
@@ -12,10 +12,21 @@
#include <memory>
-#include <com/sun/star/beans/PropertyValue.hpp>
-
#include <sax/fshelper.hxx>
+namespace com
+{
+namespace sun
+{
+namespace star
+{
+namespace beans
+{
+struct PropertyValue;
+}
+}
+}
+}
class SwDoc;
/// Handles DOCX export of table styles, based on InteropGrabBag.