summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xestream.cxx')
-rw-r--r--sc/source/filter/excel/xestream.cxx14
1 files changed, 13 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx
index 5230ab895c98..67df56f12c91 100644
--- a/sc/source/filter/excel/xestream.cxx
+++ b/sc/source/filter/excel/xestream.cxx
@@ -54,7 +54,7 @@
#include <oox/token/tokens.hxx>
#include <formula/grammar.hxx>
#include <oox/export/drawingml.hxx>
-#include <oox/xls/excelvbaproject.hxx>
+#include <excelvbaproject.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/objsh.hxx>
@@ -1182,6 +1182,13 @@ Reference< XInterface > SAL_CALL XlsxExport_createInstance(const Reference< XCom
return (cppu::OWeakObject*) new XclExpXmlStream( rCC );
}
+namespace oox { namespace xls {
+ OUString SAL_CALL ExcelFilter_getImplementationName() throw();
+ Sequence< OUString > SAL_CALL ExcelFilter_getSupportedServiceNames() throw();
+ Reference< XInterface > SAL_CALL ExcelFilter_createInstance(
+ const Reference< XComponentContext >& rxContext ) throw( Exception );
+} }
+
#ifdef __cplusplus
extern "C"
{
@@ -1197,6 +1204,11 @@ extern "C"
XlsxExport_getSupportedServiceNames, ::cppu::createSingleComponentFactory,
0, 0
},
+ {
+ oox::xls::ExcelFilter_createInstance, oox::xls::ExcelFilter_getImplementationName,
+ oox::xls::ExcelFilter_getSupportedServiceNames, ::cppu::createSingleComponentFactory,
+ 0, 0
+ },
{ 0, 0, 0, 0, 0, 0 }
};