diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-04-16 21:19:51 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-04-17 08:41:32 +0200 |
commit | 2ab7643aa652dcbcfe29be41bfd9c8502398dd42 (patch) | |
tree | 6d07388f4f554a02035af204aa4d684679800ec5 /xmloff/util | |
parent | 96f77910e86f88c99621a8b17c09fc69f9f1d8f3 (diff) |
xmloff: create SchXMLExport (flat OOoXML) instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: I67138b848411d91172ceec7af6826841b017cfdc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92390
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 e92c1cdeb66b..ecfa7c2b8762 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -19,7 +19,8 @@ <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" prefix="xo" xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="SchXMLExport.Compact"> + <implementation name="SchXMLExport.Compact" + constructor="com_sun_star_comp_Chart_XMLExporter_get_implementation"> <service name="com.sun.star.comp.Chart.XMLExporter"/> </implementation> <implementation name="SchXMLExport.Content"> |