diff options
author | Yeliz Taneroğlu <yeliztaneroglu@gmail.com> | 2016-05-01 15:45:45 +0300 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-02 09:56:10 +0000 |
commit | 955ca134fd62f809efdf1ce87c8646586871597a (patch) | |
tree | 67462ce9df7c1d822666e04ef612aa6ec86c85fa /xmlscript/util/xmlscript.component | |
parent | 6943396614bb223e05a9de36e7bbc955ed8e6492 (diff) |
tdf#74608 Constructor function for XMLBasicImporter
Change-Id: I0a2c74c71d1633427598e793d7c211e5283c7a33
Reviewed-on: https://gerrit.libreoffice.org/24559
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmlscript/util/xmlscript.component')
-rw-r--r-- | xmlscript/util/xmlscript.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlscript/util/xmlscript.component b/xmlscript/util/xmlscript.component index e212b9bc2d6a..23748a0569d9 100644 --- a/xmlscript/util/xmlscript.component +++ b/xmlscript/util/xmlscript.component @@ -25,7 +25,8 @@ <implementation name="com.sun.star.comp.xmlscript.XMLBasicExporter"> <service name="com.sun.star.document.XMLBasicExporter"/> </implementation> - <implementation name="com.sun.star.comp.xmlscript.XMLBasicImporter"> + <implementation name="com.sun.star.comp.xmlscript.XMLBasicImporter" + constructor="com_sun_star_comp_xmlscript_XMLBasicImporter"> <service name="com.sun.star.document.XMLBasicImporter"/> </implementation> <implementation name="com.sun.star.comp.xmlscript.XMLOasisBasicExporter" |