diff options
author | kripton <yeliztaneroglu@gmail.com> | 2015-11-05 00:42:28 +0300 |
---|---|---|
committer | Matúš Kukan <matus@libreoffice.org> | 2016-01-18 09:05:12 +0000 |
commit | 94699cdec88ae181548d108b4a96f97be1f6c365 (patch) | |
tree | 2254c92ca723fa0b639844f67ef9b18bc6b325a4 /xmloff/util | |
parent | 88343308e4126b7df9b94ce0bce691bfc246792b (diff) |
tdf#74608 xmloff: Constructor feature for XMLMetaExportComponent
Change-Id: I3edde1291e9dec21420238edb5a05f25849ebfff
Reviewed-on: https://gerrit.libreoffice.org/19792
Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Tested-by: Matúš Kukan <matus@libreoffice.org>
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 efc911898780..273b591396c8 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -140,7 +140,8 @@ <service name="com.sun.star.comp.Draw.XMLOasisStylesImporter"/> <service name="com.sun.star.comp.Impress.XMLOasisStylesImporter"/> </implementation> - <implementation name="XMLMetaExportComponent"> + <implementation name="XMLMetaExportComponent" + constructor="XMLMetaExportComponent_get_implementation"> <service name="com.sun.star.document.XMLOasisMetaExporter"/> </implementation> <implementation name="XMLMetaExportOOo"> |