summaryrefslogtreecommitdiff
path: root/oox/source/shape/ShapeFilterBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/shape/ShapeFilterBase.hxx')
-rw-r--r--oox/source/shape/ShapeFilterBase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/shape/ShapeFilterBase.hxx b/oox/source/shape/ShapeFilterBase.hxx
index e49e98913ff3..360e81014ec1 100644
--- a/oox/source/shape/ShapeFilterBase.hxx
+++ b/oox/source/shape/ShapeFilterBase.hxx
@@ -60,7 +60,7 @@ public:
/** Has to be implemented by each filter to return TableStyles. */
virtual const ::oox::drawingml::table::TableStyleListPtr getTableStyles();
- virtual ::oox::drawingml::chart::ChartConverter& getChartConverter();
+ virtual ::oox::drawingml::chart::ChartConverter* getChartConverter();
virtual bool importDocument() { return true; }
virtual bool exportDocument() { return true; }