summaryrefslogtreecommitdiff
path: root/oox/source/xls/excelfilter.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-20 06:03:55 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-20 06:03:55 +0000
commit973fc2fa458425d0795175b460f23d235fb6b25a (patch)
treed99ebb7173b6722e839cbae563566827e8e47ddf /oox/source/xls/excelfilter.cxx
parent61e973c70c79d5c36bb43a09e1377fda86d8f245 (diff)
INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED
2008/06/10 09:53:36 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/xls/excelfilter.cxx')
-rw-r--r--oox/source/xls/excelfilter.cxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/oox/source/xls/excelfilter.cxx b/oox/source/xls/excelfilter.cxx
index 47471138fb07..30091ea333d9 100644
--- a/oox/source/xls/excelfilter.cxx
+++ b/oox/source/xls/excelfilter.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: excelfilter.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -51,6 +51,7 @@ using ::oox::core::Relation;
using ::oox::core::Relations;
using ::oox::core::XmlFilterBase;
using ::oox::vml::DrawingPtr;
+using ::oox::drawingml::table::TableStyleListPtr;
namespace oox {
namespace xls {
@@ -125,6 +126,11 @@ const DrawingPtr ExcelFilter::getDrawings()
return DrawingPtr();
}
+const TableStyleListPtr ExcelFilter::getTableStyles()
+{
+ return TableStyleListPtr();
+}
+
::oox::drawingml::chart::ChartConverter& ExcelFilter::getChartConverter()
{
OSL_ENSURE( mpHelper, "ExcelFilter::getChartConverter - no workbook helper" );