summaryrefslogtreecommitdiff
path: root/xmlscript/util/xmlscript.component
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/util/xmlscript.component')
-rw-r--r--xmlscript/util/xmlscript.component5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlscript/util/xmlscript.component b/xmlscript/util/xmlscript.component
index 4f96ec83c6ef..305e917108ba 100644
--- a/xmlscript/util/xmlscript.component
+++ b/xmlscript/util/xmlscript.component
@@ -18,8 +18,9 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="xmlscript" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.comp.xml.input.SaxDocumentHandler">
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="com.sun.star.comp.xml.input.SaxDocumentHandler"
+ constructor="com_sun_star_comp_xml_input_SaxDocumentHandler_get_implementation">
<service name="com.sun.star.xml.input.SaxDocumentHandler"/>
</implementation>
<implementation name="com.sun.star.comp.xmlscript.XMLBasicExporter"