summaryrefslogtreecommitdiff
path: root/xmlscript/util
diff options
context:
space:
mode:
authorYeliz Taneroğlu <yeliztaneroglu@gmail.com>2016-05-01 13:46:53 +0300
committerStephan Bergmann <sbergman@redhat.com>2016-05-02 09:56:22 +0000
commitd46bfe13675735caf6d7fbf11ed2d1f5d30a49cd (patch)
tree8975dee375acc65791b226d100d52161deffe15c /xmlscript/util
parent955ca134fd62f809efdf1ce87c8646586871597a (diff)
tdf#74608 Constructor function for XMLBasicExporter
Change-Id: Ib4721b3f67956a8da48851841ef86bb7b79df1e7 Reviewed-on: https://gerrit.libreoffice.org/24553 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmlscript/util')
-rw-r--r--xmlscript/util/xmlscript.component3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlscript/util/xmlscript.component b/xmlscript/util/xmlscript.component
index 23748a0569d9..a9bfffb15438 100644
--- a/xmlscript/util/xmlscript.component
+++ b/xmlscript/util/xmlscript.component
@@ -22,7 +22,8 @@
<implementation name="com.sun.star.comp.xml.input.SaxDocumentHandler">
<service name="com.sun.star.xml.input.SaxDocumentHandler"/>
</implementation>
- <implementation name="com.sun.star.comp.xmlscript.XMLBasicExporter">
+ <implementation name="com.sun.star.comp.xmlscript.XMLBasicExporter"
+ constructor="com_sun_star_comp_xmlscript_XMLBasicExporter">
<service name="com.sun.star.document.XMLBasicExporter"/>
</implementation>
<implementation name="com.sun.star.comp.xmlscript.XMLBasicImporter"