diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-06-04 21:13:51 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-06-05 09:11:05 +0200 |
commit | c4bdc37e1a3cc6dea7688057bb33f56c2d6742c3 (patch) | |
tree | a35b95818fcdf772504893e81b52743789eef7f1 /xmloff/util | |
parent | 9e07acf3a9b0c9f82734c7bb23e82f7684522f13 (diff) |
xmloff: create XMLAutoTextEventImport instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: I24f64c9ebc2c86a574f3a76f1e739f61bc458dc7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95536
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 0219cc5328ad..2e43c129673d 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -216,7 +216,8 @@ <service name="com.sun.star.comp.Writer.XMLOasisAutotextEventsExporter"/> </implementation> <implementation - name="com.sun.star.comp.Writer.XMLOasisAutotextEventsImporter"> + name="com.sun.star.comp.Writer.XMLOasisAutotextEventsImporter" + constructor="com_sun_star_comp_Writer_XMLOasisAutotextEventsImporter_get_implementation"> <service name="com.sun.star.comp.Writer.XMLOasisAutotextEventsImporter"/> </implementation> <implementation name="xmloff::AnimationsImport" |