diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:03:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:03:23 +0000 |
commit | dc506b9ed967ec2a1ef056b479594053c7a6e7e7 (patch) | |
tree | 981c36f391d272497ecb7b03ad3ce9aaf2a2625b /oox/source/shape | |
parent | a42eb9556a7f115620c2e023ef4fa4efb495bc2d (diff) |
INTEGRATION: CWS ooxtablefilter (1.2.16); FILE MERGED
2008/06/10 09:52:04 sj 1.2.16.2: RESYNC: (1.2-1.4); FILE MERGED
2008/03/28 20:21:30 sj 1.2.16.1: added table import
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; |