diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-27 07:14:52 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-27 07:38:47 +0200 |
commit | c6726bdbd2143ae2875f3373b07b23611eb263d7 (patch) | |
tree | 25bc7d912d662a13c83c970c1eca657a5b90ace0 /sc/util | |
parent | 3bcc1762216c2b9dff8bf5414b4930b271f038ae (diff) |
make gnumeric xml a real LibreOffice filter format
Change-Id: I502f4610718b5c1914a54346c46d4f998c4d370f
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/scfilt.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/util/scfilt.component b/sc/util/scfilt.component index 42227f49d293..0df939fcfd23 100644 --- a/sc/util/scfilt.component +++ b/sc/util/scfilt.component @@ -28,4 +28,8 @@ constructor="com_sun_star_comp_oox_xls_FormulaParser_get_implementation"> <service name="com.sun.star.sheet.FilterFormulaParser"/> </implementation> + <implementation name="com.sun.star.comp.sc.OrcusFormatDetect" + constructor="com_sun_star_comp_sc_OrcusFormatDetect_get_implementation"> + <service name="com.sun.star.frame.ExtendedTypeDetection"/> + </implementation> </component> |