diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-03-05 21:07:26 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-06 09:03:51 +0100 |
commit | bc4ef004b880fde2cdb8aba3c79f8b4a8d5764da (patch) | |
tree | 4b86f454c91f3abe9c2b6697036939f2d4d50518 /xmloff/util | |
parent | 47b4ee1a1a2a0212ffcf3e85647e9f9f67276ee3 (diff) |
xmloff: create SchXMLImport_Content instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: I27826e04adbf8ae22c0ce026413c58eb1c6d7db8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90067
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 28c57096779e..69c015218d9e 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -44,7 +44,8 @@ constructor="com_sun_star_comp_Chart_XMLOasisImporter_get_implementation"> <service name="com.sun.star.comp.Chart.XMLOasisImporter"/> </implementation> - <implementation name="SchXMLImport.Content"> + <implementation name="SchXMLImport.Content" + constructor="com_sun_star_comp_Chart_XMLOasisContentImporter_get_implementation"> <service name="com.sun.star.comp.Chart.XMLOasisContentImporter"/> </implementation> <implementation name="SchXMLImport.Meta" |