summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxexportfilter.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-09-16 06:58:03 +0200
committerJan Holesovsky <kendy@suse.cz>2010-09-16 06:58:03 +0200
commit5a939ba4542f347e0268afa56ad9308c29694f56 (patch)
tree9a0658f7189bc68ff2c33ed7af2672ea6712ce14 /sw/source/filter/ww8/docxexportfilter.hxx
parentd9b653f2a61397bf7aba71f1bc422b294742a74b (diff)
docx-export-enable.diff: Enable the .docx export.
Diffstat (limited to 'sw/source/filter/ww8/docxexportfilter.hxx')
-rw-r--r--sw/source/filter/ww8/docxexportfilter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxexportfilter.hxx b/sw/source/filter/ww8/docxexportfilter.hxx
index 6565ad26c77c..7bc76986a6c0 100644
--- a/sw/source/filter/ww8/docxexportfilter.hxx
+++ b/sw/source/filter/ww8/docxexportfilter.hxx
@@ -30,7 +30,7 @@
#include <oox/core/xmlfilterbase.hxx>
#include <oox/drawingml/chart/chartconverter.hxx>
-#include <oox/vml/drawing.hxx>
+#include <oox/vml/vmldrawing.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
@@ -45,7 +45,7 @@ public:
virtual bool importDocument() { return false; }
virtual const ::oox::drawingml::Theme* getCurrentTheme() const { return NULL; }
virtual sal_Int32 getSchemeClr( sal_Int32 ) const { return 0; }
- virtual const ::oox::vml::DrawingPtr getDrawings() { return ::oox::vml::DrawingPtr(); }
+ virtual ::oox::vml::Drawing* getVmlDrawing() { return NULL; }
virtual ::oox::drawingml::chart::ChartConverter& getChartConverter() { static ::oox::drawingml::chart::ChartConverter aConverter; return aConverter; }
virtual const ::oox::drawingml::table::TableStyleListPtr getTableStyles() { return ::oox::drawingml::table::TableStyleListPtr(); }