diff options
author | Yeliz Taneroğlu <yeliztaneroglu@gmail.com> | 2016-04-30 15:56:22 +0300 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-02 08:35:19 +0000 |
commit | b8c04ea449750b39ab5dc64f91f74688fd9a4d3a (patch) | |
tree | 7c1120df61fc31e8cf7c63968cb3c45df52b6687 /xmlscript/util | |
parent | 7aa67d528b9f543fb61527cae7f0f487426cb414 (diff) |
tdf#74608 Constructor function for XMLOasisBasicExporter
Change-Id: If5409621f515918e715e3c0b71ec1b3d6fd1ef92
Reviewed-on: https://gerrit.libreoffice.org/24518
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmlscript/util')
-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 79b518a742e3..298d8745374a 100644 --- a/xmlscript/util/xmlscript.component +++ b/xmlscript/util/xmlscript.component @@ -28,7 +28,8 @@ <implementation name="com.sun.star.comp.xmlscript.XMLBasicImporter"> <service name="com.sun.star.document.XMLBasicImporter"/> </implementation> - <implementation name="com.sun.star.comp.xmlscript.XMLOasisBasicExporter"> + <implementation name="com.sun.star.comp.xmlscript.XMLOasisBasicExporter" + constructor="com_sun_star_comp_xmlscript_XMLOasisBasicExporter"> <service name="com.sun.star.document.XMLOasisBasicExporter"/> </implementation> <implementation name="com.sun.star.comp.xmlscript.XMLOasisBasicImporter"> |