diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-05-14 21:03:36 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-05-15 09:27:51 +0200 |
commit | 8a227630f1b4c8d592f33231977febb944be6a8e (patch) | |
tree | c54af0824172a71d0e05afdbad623dc93b7accc1 /xmloff/util | |
parent | 4f6931d68664237f7f7eb1f55988b713034c77ba (diff) |
xmloff: create SchXMLExport_Content instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: I49f00c08635e571d75e5190d55cbe1f279566797
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94255
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 123b7b4cf224..cbb4efbf5bed 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -23,7 +23,8 @@ constructor="com_sun_star_comp_Chart_XMLExporter_get_implementation"> <service name="com.sun.star.comp.Chart.XMLExporter"/> </implementation> - <implementation name="SchXMLExport.Content"> + <implementation name="SchXMLExport.Content" + constructor="com_sun_star_comp_Chart_XMLContentExporter_get_implementation"> <service name="com.sun.star.comp.Chart.XMLContentExporter"/> </implementation> <implementation name="SchXMLExport.Oasis.Compact" |