summaryrefslogtreecommitdiff
path: root/sc/util
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-03-16 12:28:31 +0000
committerNoel Power <noel.power@novell.com>2012-03-16 12:31:01 +0000
commit8ada1cd2846e5e60ad63250c68ddea3a9356546f (patch)
tree574efba318e00e132f56b7b800ce04f547d2fa92 /sc/util
parent8f29699cd1723bd8b8acc25033708f9777576d6d (diff)
move excel related oox bits to sc
Diffstat (limited to 'sc/util')
-rw-r--r--sc/util/scfilt.component7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/util/scfilt.component b/sc/util/scfilt.component
index 91ae96d910ce..1b72dcd017ec 100644
--- a/sc/util/scfilt.component
+++ b/sc/util/scfilt.component
@@ -31,4 +31,11 @@
<implementation name="com.sun.star.comp.oox.ExcelFilterExport">
<service name="com.sun.star.comp.oox.ExcelFilterExport"/>
</implementation>
+ <implementation name="com.sun.star.comp.oox.xls.ExcelFilter">
+ <service name="com.sun.star.document.ImportFilter"/>
+ <service name="com.sun.star.document.ExportFilter"/>
+ </implementation>
+ <implementation name="com.sun.star.comp.oox.xls.FormulaParser">
+ <service name="com.sun.star.sheet.FilterFormulaParser"/>
+ </implementation>
</component>