[ooo-build-commit] patches/dev300
Petr Mladek
pmladek at kemper.freedesktop.org
Tue Nov 10 05:12:04 PST 2009
patches/dev300/oox-smartart-import.diff | 11 +++++++++++
1 file changed, 11 insertions(+)
New commits:
commit 923d1dc70740d2756cf3872c3e8771e7e9c3e8d5
Author: Petr Mladek <pmladek at suse.cz>
Date: Tue Nov 10 14:10:39 2009 +0100
Fix getChartConverter also in docxexportfilter.hxx
* patches/dev300/oox-smartart-import.diff: fix getChartConverter definition
in sw/source/filter/ww8/docxexportfilter.hxx
diff --git a/patches/dev300/oox-smartart-import.diff b/patches/dev300/oox-smartart-import.diff
index 7965dfa..cc63691 100644
--- a/patches/dev300/oox-smartart-import.diff
+++ b/patches/dev300/oox-smartart-import.diff
@@ -6326,3 +6326,14 @@ index 20008f1..49bdf1d 100644
void Trace( const char* format, ...);
private:
+--- sw/source/filter/ww8/docxexportfilter.hxx.old 2009-11-10 11:33:58.000000000 +0100
++++ sw/source/filter/ww8/docxexportfilter.hxx 2009-11-10 13:54:07.000000000 +0100
+@@ -49,7 +49,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 ooo-build-commit
mailing list