[ooo-build-commit] .: patches/dev300
Noel Power
noelp at kemper.freedesktop.org
Thu Aug 5 01:25:37 PDT 2010
patches/dev300/sd-pptx-export-build-fix.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c689f038383ea0f28e7889dc2078df3ee4595500
Author: Noel Power <noel.power at novell.com>
Date: Thu Aug 5 09:26:23 2010 +0100
fix build error for m2 ( sd )
* patches/dev300/sd-pptx-export-build-fix.diff:
diff --git a/patches/dev300/sd-pptx-export-build-fix.diff b/patches/dev300/sd-pptx-export-build-fix.diff
index 9e6cae1..f3cfa94 100644
--- a/patches/dev300/sd-pptx-export-build-fix.diff
+++ b/patches/dev300/sd-pptx-export-build-fix.diff
@@ -17,7 +17,7 @@ index f6b0a2e..ed4cbba 100644
virtual const oox::drawingml::Theme* getCurrentTheme() const { return NULL; }
virtual const oox::drawingml::table::TableStyleListPtr getTableStyles() { return oox::drawingml::table::TableStyleListPtr(); }
- virtual oox::drawingml::chart::ChartConverter* getChartConverter() { return NULL; }
-+ virtual oox::drawingml::chart::ChartConverter& getChartConverter() { return maChartConverter; }
++ virtual oox::drawingml::chart::ChartConverter* getChartConverter() { return &maChartConverter; }
static const char* GetSideDirection( sal_uInt8 nDirection );
static const char* GetCornerDirection( sal_uInt8 nDirection );
More information about the ooo-build-commit
mailing list