diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-08-09 21:27:45 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-08-10 09:03:50 +0200 |
commit | 2963e0c69949c2c5d0c57a1960ac0406edfc2311 (patch) | |
tree | c756514af976cf7bc60fa7eea9e8ed4df9fea42f /oox/util/oox.component | |
parent | d977e02ec6350115c39f03d588539e8bd423a1c3 (diff) |
oox: create FilterDetect instances with an uno constructor
Change-Id: Ic9baba6a4ca37af18c5f5175aadcc59bf47c7b64
Reviewed-on: https://gerrit.libreoffice.org/58798
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'oox/util/oox.component')
-rw-r--r-- | oox/util/oox.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/util/oox.component b/oox/util/oox.component index ccbba4d28759..5d235e1485cf 100644 --- a/oox/util/oox.component +++ b/oox/util/oox.component @@ -23,7 +23,8 @@ constructor="com_sun_star_comp_oox_core_FastTokenHandler_get_implementation"> <service name="com.sun.star.xml.sax.FastTokenHandler"/> </implementation> - <implementation name="com.sun.star.comp.oox.FormatDetector"> + <implementation name="com.sun.star.comp.oox.FormatDetector" + constructor="com_sun_star_comp_oox_FormatDetector_get_implementation"> <service name="com.sun.star.frame.ExtendedTypeDetection"/> </implementation> <implementation name="com.sun.star.comp.oox.docprop.DocumentPropertiesImporter"> |