diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-08-07 20:31:58 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-08 09:31:14 +0200 |
commit | 94d78b5a4b4225188b1e5c340a064b657b206372 (patch) | |
tree | 6c603404ac534e82df5335965490b1124b2751c7 /xmloff/util | |
parent | 872487777f901540dffa3a85d48b803bf7dbfd03 (diff) |
xmloff: create XMLImpressContentExportOOO instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: I8a7367720d50baa95406e5e4d8df718fb3e07ac7
Reviewed-on: https://gerrit.libreoffice.org/77132
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 69fc7c5b1845..3cf27c8c4753 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -92,7 +92,8 @@ <implementation name="XMLImpressClipboardExport"> <service name="com.sun.star.comp.Impress.XMLClipboardExporter"/> </implementation> - <implementation name="XMLImpressContentExportOOO"> + <implementation name="XMLImpressContentExportOOO" + constructor="com_sun_star_comp_Impress_XMLContentExporter_get_implementation"> <service name="com.sun.star.comp.Impress.XMLContentExporter"/> </implementation> <implementation name="XMLImpressContentExportOasis" |