diff options
author | Katarina Machalkova <kmachalkova@suse.cz> | 2010-10-13 17:50:18 +0200 |
---|---|---|
committer | Katarina Machalkova <kmachalkova@suse.cz> | 2010-10-13 19:57:40 +0200 |
commit | 4e1d61bb3ea518696ba23f8dcd1a89d0a873749b (patch) | |
tree | e3523038e7f5b24ea47e8a2f738cd910f9ad87ce /oox/inc | |
parent | bdfe58e513a1dc50b0589b9be110fb0a816eba12 (diff) |
Merged xlsx-shared-xlsx-shared-import-and-export.diff from ooo-build
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/xls/excelfilter.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/inc/oox/xls/excelfilter.hxx b/oox/inc/oox/xls/excelfilter.hxx index b5d7a97f33b5..b73ee415641e 100644 --- a/oox/inc/oox/xls/excelfilter.hxx +++ b/oox/inc/oox/xls/excelfilter.hxx @@ -70,6 +70,8 @@ public: virtual const ::oox::drawingml::table::TableStyleListPtr getTableStyles(); virtual ::oox::drawingml::chart::ChartConverter& getChartConverter(); + virtual sal_Bool SAL_CALL filter( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rDescriptor ) throw( ::com::sun::star::uno::RuntimeException ); + private: virtual GraphicHelper* implCreateGraphicHelper() const; virtual ::rtl::OUString implGetImplementationName() const; |