From 955ca134fd62f809efdf1ce87c8646586871597a Mon Sep 17 00:00:00 2001 From: Yeliz Taneroğlu Date: Sun, 1 May 2016 15:45:45 +0300 Subject: tdf#74608 Constructor function for XMLBasicImporter Change-Id: I0a2c74c71d1633427598e793d7c211e5283c7a33 Reviewed-on: https://gerrit.libreoffice.org/24559 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- xmlscript/source/misc/unoservices.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xmlscript/source/misc') 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 } }; } -- cgit