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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/pptimport.cxx b/oox/source/ppt/pptimport.cxx
index fd2e36dc2cd3..e542e5353971 100644
--- a/oox/source/ppt/pptimport.cxx
+++ b/oox/source/ppt/pptimport.cxx
@@ -180,7 +180,7 @@ const oox::drawingml::table::TableStyleListPtr PowerPointImport::getTableStyles(
importFragment( new oox::drawingml::table::TableStyleListFragmentHandler(
*this, maTableStyleListPath, *mpTableStyleList ) );
}
- return mpTableStyleList;;
+ return mpTableStyleList;
}
::oox::drawingml::chart::ChartConverter* PowerPointImport::getChartConverter()