summaryrefslogtreecommitdiff
path: root/sc/util
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-21 13:08:34 +0200
committerNoel Grandin <noel@peralex.com>2013-05-21 13:53:20 +0200
commita986eddb9b9d1de71ae1c6f73246e493cc449c21 (patch)
treead9221c84bcc6d1c49b2cb8328b42d7c20226522 /sc/util
parentd4d16d8a27517930bdc9e9a308da287d367dd622 (diff)
fdo#46808, Convert oox.ExcelFilterExport service to new style
Service already existed, just needed an IDL file Change-Id: I397296e5ad7b32febb63e74f8ee9a0db53ba5a81
Diffstat (limited to 'sc/util')
-rw-r--r--sc/util/scfilt.component2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/util/scfilt.component b/sc/util/scfilt.component
index 292fbd49cd33..6834ce1578ec 100644
--- a/sc/util/scfilt.component
+++ b/sc/util/scfilt.component
@@ -20,7 +20,7 @@
<component loader="com.sun.star.loader.SharedLibrary" prefix="scfilt"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.oox.ExcelFilterExport">
- <service name="com.sun.star.comp.oox.ExcelFilterExport"/>
+ <service name="com.sun.star.oox.ExcelFilterExport"/>
</implementation>
<implementation name="com.sun.star.comp.oox.xls.ExcelFilter">
<service name="com.sun.star.document.ImportFilter"/>