diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-01-23 21:11:24 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-24 08:50:18 +0100 |
commit | e975ab34daf72a2b708a46095994d0df3c23dec0 (patch) | |
tree | 46aecad5b9c053cc0fc15c6b26b9dc1012e83515 /xmloff/util | |
parent | 09d56ba6d907199b124929272db9b5f61e0bb2d9 (diff) |
xmloff: create XMLImpressClipboardExport instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: Idab3996986eb38ff8b1a3765f9bf005229271728
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87294
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 57b160bd2719..a5dd39f732a6 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -100,7 +100,8 @@ constructor="com_sun_star_comp_DrawingLayer_XMLExporter_get_implementation"> <service name="com.sun.star.comp.DrawingLayer.XMLExporter"/> </implementation> - <implementation name="XMLImpressClipboardExport"> + <implementation name="XMLImpressClipboardExport" + constructor="com_sun_star_comp_Impress_XMLClipboardExporter_get_implementation"> <service name="com.sun.star.comp.Impress.XMLClipboardExporter"/> </implementation> <implementation name="XMLImpressContentExportOOO" |