summaryrefslogtreecommitdiff
path: root/xmloff/util
diff options
context:
space:
mode:
authorkripton <yeliztaneroglu@gmail.com>2015-10-29 16:51:23 +0300
committerMichael Stahl <mstahl@redhat.com>2015-11-02 21:29:37 +0000
commitc5d16f557c3dbac8b7c0736216e8da5d681d8075 (patch)
tree6eaab126bf3a9a281bb3d608139370a8d0c3fe62 /xmloff/util
parente4f60820fd94557f87ef7dbdfb740e45daa18426 (diff)
tdf#74608 xmloff: Constructor feature for XMLMetaImportComponent.
Change-Id: I3f97625552bf993d67b537456e09c9acf3cba6b8 Reviewed-on: https://gerrit.libreoffice.org/19671 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff/util')
-rw-r--r--xmloff/util/xo.component3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/util/xo.component b/xmloff/util/xo.component
index ad180f66c198..efc911898780 100644
--- a/xmloff/util/xo.component
+++ b/xmloff/util/xo.component
@@ -146,7 +146,8 @@
<implementation name="XMLMetaExportOOo">
<service name="com.sun.star.document.XMLMetaExporter"/>
</implementation>
- <implementation name="XMLMetaImportComponent">
+ <implementation name="XMLMetaImportComponent"
+ constructor="XMLMetaImportComponent_get_implementation">
<service name="com.sun.star.document.XMLOasisMetaImporter"/>
</implementation>
<implementation name="XMLVersionListPersistence"