diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-09-12 23:50:32 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-13 09:26:10 +0200 |
commit | eefd7c12f71197ffeb8a29528045e97cbf5c6d2a (patch) | |
tree | b18f3cb2dadb5496eb651406584b010df9f9c297 /xmloff/util | |
parent | a029ca4dbdeb7bad0ffec500f1117f71bacaa81a (diff) |
xmloff: create XMLDrawExportOOO instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: I3829df0f3f9d81257f06ef3c2f4fbe9af98dd953
Reviewed-on: https://gerrit.libreoffice.org/78859
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 1dad34ddd4ff..b0e1095a4525 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -58,7 +58,8 @@ <implementation name="XMLDrawContentExportOasis"> <service name="com.sun.star.comp.Draw.XMLOasisContentExporter"/> </implementation> - <implementation name="XMLDrawExportOOO"> + <implementation name="XMLDrawExportOOO" + constructor="com_sun_star_comp_Draw_XMLExporter_get_implementation"> <service name="com.sun.star.comp.Draw.XMLExporter"/> </implementation> <implementation name="XMLDrawExportOasis"> |