From d46bfe13675735caf6d7fbf11ed2d1f5d30a49cd Mon Sep 17 00:00:00 2001 From: Yeliz Taneroğlu Date: Sun, 1 May 2016 13:46:53 +0300 Subject: tdf#74608 Constructor function for XMLBasicExporter Change-Id: Ib4721b3f67956a8da48851841ef86bb7b79df1e7 Reviewed-on: https://gerrit.libreoffice.org/24553 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 0773fa49298d..00ca4d074b93 100644 --- a/xmlscript/source/misc/unoservices.cxx +++ b/xmlscript/source/misc/unoservices.cxx @@ -32,11 +32,6 @@ namespace xmlscript getSupportedServiceNames_DocumentHandlerImpl, ::cppu::createSingleComponentFactory, nullptr, 0 }, - { - create_XMLBasicExporter, getImplementationName_XMLBasicExporter, - getSupportedServiceNames_XMLBasicExporter, ::cppu::createSingleComponentFactory, - nullptr, 0 - }, { nullptr, nullptr, nullptr, nullptr, nullptr, 0 } }; } -- cgit