diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-08-28 21:14:06 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-29 09:00:12 +0200 |
commit | 95ada3e44b7e52f7545a152278244b99e8340627 (patch) | |
tree | bef59598f9ac5dda4c73e2734352381f8f8d406e /xmloff/util | |
parent | 89df4a82bbed0c2e3a4a8be0b995c4400377628c (diff) |
xmloff: create XMLImpressExportOOO instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: I44c3ac24c19f4ecd1d0d01a9a686b486f3b35c48
Reviewed-on: https://gerrit.libreoffice.org/78236
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/util')
-rw-r--r-- | xmloff/util/xo.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/util/xo.component b/xmloff/util/xo.component index 7c97cf2275ec..1dad34ddd4ff 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -108,7 +108,8 @@ constructor="com_sun_star_comp_Impress_XMLOasisContentImporter_get_implementation"> <service name="com.sun.star.comp.Impress.XMLOasisContentImporter"/> </implementation> - <implementation name="XMLImpressExportOOO"> + <implementation name="XMLImpressExportOOO" + constructor="com_sun_star_comp_Impress_XMLExporter_get_implementation"> <service name="com.sun.star.comp.Impress.XMLExporter"/> </implementation> <implementation name="XMLImpressExportOasis" |