diff options
author | Yeliz Taneroğlu <yeliztaneroglu@gmail.com> | 2016-05-01 13:33:41 +0300 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-02 08:37:09 +0000 |
commit | 2dc8f1b25c157a597905fb33f1527244baf977f3 (patch) | |
tree | 36caff0528366e271fb8fb88ac66e8bc8003ba6d /xmlscript/source/misc | |
parent | b8c04ea449750b39ab5dc64f91f74688fd9a4d3a (diff) |
tdf#74608 Constructor function for XMLOasisBasicImporter
Change-Id: Iec1c875f6aa34c37ac26a5dac008db547e8965ca
Reviewed-on: https://gerrit.libreoffice.org/24551
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmlscript/source/misc')
-rw-r--r-- | xmlscript/source/misc/unoservices.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx index 87eb33e401ea..204d4deb668f 100644 --- a/xmlscript/source/misc/unoservices.cxx +++ b/xmlscript/source/misc/unoservices.cxx @@ -42,11 +42,6 @@ namespace xmlscript getSupportedServiceNames_XMLBasicImporter, ::cppu::createSingleComponentFactory, nullptr, 0 }, - { - create_XMLOasisBasicImporter, getImplementationName_XMLOasisBasicImporter, - getSupportedServiceNames_XMLOasisBasicImporter, ::cppu::createSingleComponentFactory, - nullptr, 0 - }, { nullptr, nullptr, nullptr, nullptr, nullptr, 0 } }; } |