diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-01-09 21:06:23 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-10 08:36:30 +0100 |
commit | 6996fc174121b80a0eb1079621fd766fab95117e (patch) | |
tree | 9413607802b6219408bc297ecb5ecf63e12d1f61 /xmloff/util | |
parent | 90cab308f52468edbf87a7f06a1ef99f146f03a5 (diff) |
xmloff: create AnimationsImport instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: I36a70b0657c4648a9f5cf69d67d4da4508099587
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86503
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 eb218ca12d21..32e3bf12dc10 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -204,7 +204,8 @@ name="com.sun.star.comp.Writer.XMLOasisAutotextEventsImporter"> <service name="com.sun.star.comp.Writer.XMLOasisAutotextEventsImporter"/> </implementation> - <implementation name="xmloff::AnimationsImport"> + <implementation name="xmloff::AnimationsImport" + constructor="com_sun_star_comp_Xmloff_AnimationsImport"> <service name="com.sun.star.comp.Xmloff.AnimationsImport"/> </implementation> </component> |