diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-01-16 21:31:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-17 09:53:33 +0100 |
commit | b4b224f6710adaa1cd9c6413e9754db6fbee3e9c (patch) | |
tree | aa5ac03bf3c5e50857114a4a29c6ecad30a497ba /xmloff/util | |
parent | 91fb918a713597349c24812a742732b54e3734ef (diff) |
xmloff: create DrawingLayerExport instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: I1bb8e649cab67a2df4e40277758a47259f65a6c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86946
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 32e3bf12dc10..57b160bd2719 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -96,7 +96,8 @@ constructor="com_sun_star_comp_Draw_XMLOasisStylesExporter_get_implementation"> <service name="com.sun.star.comp.Draw.XMLOasisStylesExporter"/> </implementation> - <implementation name="XMLDrawingLayerExport"> + <implementation name="XMLDrawingLayerExport" + constructor="com_sun_star_comp_DrawingLayer_XMLExporter_get_implementation"> <service name="com.sun.star.comp.DrawingLayer.XMLExporter"/> </implementation> <implementation name="XMLImpressClipboardExport"> |