diff options
Diffstat (limited to 'oox/source/shape')
-rw-r--r-- | oox/source/shape/ShapeFilterBase.cxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/oox/source/shape/ShapeFilterBase.cxx b/oox/source/shape/ShapeFilterBase.cxx index 8cd46c490a29..91986ad89313 100644 --- a/oox/source/shape/ShapeFilterBase.cxx +++ b/oox/source/shape/ShapeFilterBase.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ShapeFilterBase.cxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -58,6 +58,11 @@ const vml::DrawingPtr ShapeFilterBase::getDrawings() return vml::DrawingPtr(); } +const ::oox::drawingml::table::TableStyleListPtr ShapeFilterBase::getTableStyles() +{ + return ::oox::drawingml::table::TableStyleListPtr(); +} + ::oox::drawingml::chart::ChartConverter& ShapeFilterBase::getChartConverter() { return *mxChartConv; |