diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-06 10:04:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-06 20:17:26 +0200 |
commit | 67f4ece34ffae7404eaefc0286dfbe3ad64289ea (patch) | |
tree | 31bdbf273548d311cd566a83e16326c9458cd35d /xmlscript/util/xmlscript.component | |
parent | 08f6f7e90b0914867a0678e782f26cbed2d80fa7 (diff) |
xmlscript: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: I648835e938746ff4f89b05d73d8960f9f8953070
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98191
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlscript/util/xmlscript.component')
-rw-r--r-- | xmlscript/util/xmlscript.component | 5 |
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" |