[Libreoffice-commits] .: sw/source
Katarina Machalkova
bubli at kemper.freedesktop.org
Tue Oct 19 09:25:30 PDT 2010
sw/source/filter/ww8/docxexportfilter.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 06b90dae7441ecb504ed94682626b4b3de3861dd
Author: Katarina Machalkova <kmachalkova at suse.cz>
Date: Tue Oct 19 17:05:21 2010 +0200
Merged oox-smartart-import.diff from ooo-build
diff --git a/sw/source/filter/ww8/docxexportfilter.hxx b/sw/source/filter/ww8/docxexportfilter.hxx
index ae9cb6d..b23ded0 100644
--- a/sw/source/filter/ww8/docxexportfilter.hxx
+++ b/sw/source/filter/ww8/docxexportfilter.hxx
@@ -47,7 +47,7 @@ public:
virtual const ::oox::drawingml::Theme* getCurrentTheme() const { return NULL; }
virtual sal_Int32 getSchemeClr( sal_Int32 ) const { return 0; }
virtual ::oox::vml::Drawing* getVmlDrawing() { return NULL; }
- virtual ::oox::drawingml::chart::ChartConverter& getChartConverter() { static ::oox::drawingml::chart::ChartConverter aConverter; return aConverter; }
+ 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(); }
// Actual export of the DOCX document
More information about the Libreoffice-commits
mailing list