summaryrefslogtreecommitdiff
path: root/xmlscript/source/misc
diff options
context:
space:
mode:
authorYeliz Taneroğlu <yeliztaneroglu@gmail.com>2016-05-01 15:45:45 +0300
committerStephan Bergmann <sbergman@redhat.com>2016-05-02 09:56:10 +0000
commit955ca134fd62f809efdf1ce87c8646586871597a (patch)
tree67462ce9df7c1d822666e04ef612aa6ec86c85fa /xmlscript/source/misc
parent6943396614bb223e05a9de36e7bbc955ed8e6492 (diff)
tdf#74608 Constructor function for XMLBasicImporter
Change-Id: I0a2c74c71d1633427598e793d7c211e5283c7a33 Reviewed-on: https://gerrit.libreoffice.org/24559 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.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx
index 204d4deb668f..0773fa49298d 100644
--- a/xmlscript/source/misc/unoservices.cxx
+++ b/xmlscript/source/misc/unoservices.cxx
@@ -37,11 +37,6 @@ namespace xmlscript
getSupportedServiceNames_XMLBasicExporter, ::cppu::createSingleComponentFactory,
nullptr, 0
},
- {
- create_XMLBasicImporter, getImplementationName_XMLBasicImporter,
- getSupportedServiceNames_XMLBasicImporter, ::cppu::createSingleComponentFactory,
- nullptr, 0
- },
{ nullptr, nullptr, nullptr, nullptr, nullptr, 0 }
};
}