summaryrefslogtreecommitdiff
path: root/oox/source/ppt/pptimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/pptimport.cxx')
-rw-r--r--oox/source/ppt/pptimport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/pptimport.cxx b/oox/source/ppt/pptimport.cxx
index 2672170d2131..fd2e36dc2cd3 100644
--- a/oox/source/ppt/pptimport.cxx
+++ b/oox/source/ppt/pptimport.cxx
@@ -183,9 +183,9 @@ const oox::drawingml::table::TableStyleListPtr PowerPointImport::getTableStyles(
return mpTableStyleList;;
}
-::oox::drawingml::chart::ChartConverter& PowerPointImport::getChartConverter()
+::oox::drawingml::chart::ChartConverter* PowerPointImport::getChartConverter()
{
- return *mxChartConv;
+ return mxChartConv.get();
}
namespace {