diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-03-12 22:02:01 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-13 08:58:10 +0100 |
commit | 2f2213016772c94b578c40e65f85c699d289887e (patch) | |
tree | ac53b8b663d34a9035b52a79e6b2973d287ddf30 /xmloff/util | |
parent | b70abeb9c3eea7ab24f3544ee95528278b53490d (diff) |
xmloff: create SchXMLExport_Oasis instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: Ia4fed34fe8b5e89d2e70950f2939941c96bb5f65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90445
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 69c015218d9e..6597c3714e38 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -25,7 +25,8 @@ <implementation name="SchXMLExport.Content"> <service name="com.sun.star.comp.Chart.XMLContentExporter"/> </implementation> - <implementation name="SchXMLExport.Oasis.Compact"> + <implementation name="SchXMLExport.Oasis.Compact" + constructor="com_sun_star_comp_Chart_XMLOasisExporter_get_implementation"> <service name="com.sun.star.comp.Chart.XMLOasisExporter"/> </implementation> <implementation name="SchXMLExport.Oasis.Content"> |