summaryrefslogtreecommitdiff
path: root/oox/inc/oox/xls
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-20 05:49:42 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-20 05:49:42 +0000
commitd2fe01bf51ed8e786bde64e2e6e0bffac6377c34 (patch)
tree2e1dbc80a321c7b09e6eaa80450938eb1c6d42e3 /oox/inc/oox/xls
parentd586a6a97f3400fb24f1a18b1c541721abc0665f (diff)
INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED
2008/06/10 09:53:52 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/03/28 20:21:25 sj 1.3.2.1: added table import
Diffstat (limited to 'oox/inc/oox/xls')
-rw-r--r--oox/inc/oox/xls/excelfilter.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/oox/inc/oox/xls/excelfilter.hxx b/oox/inc/oox/xls/excelfilter.hxx
index ba10918b7e88..326a7545eb30 100644
--- a/oox/inc/oox/xls/excelfilter.hxx
+++ b/oox/inc/oox/xls/excelfilter.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: excelfilter.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -52,7 +52,9 @@ public:
virtual bool exportDocument() throw();
virtual sal_Int32 getSchemeClr( sal_Int32 nColorSchemeToken ) const;
+
virtual const ::oox::vml::DrawingPtr getDrawings();
+ virtual const ::oox::drawingml::table::TableStyleListPtr getTableStyles();
virtual ::oox::drawingml::chart::ChartConverter& getChartConverter();
private: