diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:03:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:03:39 +0000 |
commit | 61e973c70c79d5c36bb43a09e1377fda86d8f245 (patch) | |
tree | 5fb173dd9a15deb14a6d2356c2c3adc4766d87ec /oox/source/shape | |
parent | dc506b9ed967ec2a1ef056b479594053c7a6e7e7 (diff) |
INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED
2008/06/10 09:52:01 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED
2008/03/28 20:21:30 sj 1.3.2.1: added table import
Diffstat (limited to 'oox/source/shape')
-rw-r--r-- | oox/source/shape/ShapeFilterBase.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/oox/source/shape/ShapeFilterBase.hxx b/oox/source/shape/ShapeFilterBase.hxx index c5e4f469c335..9ddf975fa0dd 100644 --- a/oox/source/shape/ShapeFilterBase.hxx +++ b/oox/source/shape/ShapeFilterBase.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ShapeFilterBase.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -34,6 +34,7 @@ #include <boost/shared_ptr.hpp> #include <rtl/ref.hxx> #include "oox/vml/drawing.hxx" +#include "oox/drawingml/table/tablestylelist.hxx" #include "oox/core/xmlfilterbase.hxx" namespace oox { @@ -57,6 +58,9 @@ public: /** Has to be implemented by each filter to return drawings collection. */ virtual const ::oox::vml::DrawingPtr getDrawings(); + /** Has to be implemented by each filter to return TableStyles. */ + virtual const ::oox::drawingml::table::TableStyleListPtr getTableStyles(); + virtual ::oox::drawingml::chart::ChartConverter& getChartConverter(); virtual rtl::OUString implGetImplementationName() const; |