From b8c04ea449750b39ab5dc64f91f74688fd9a4d3a Mon Sep 17 00:00:00 2001 From: Yeliz Taneroğlu Date: Sat, 30 Apr 2016 15:56:22 +0300 Subject: tdf#74608 Constructor function for XMLOasisBasicExporter Change-Id: If5409621f515918e715e3c0b71ec1b3d6fd1ef92 Reviewed-on: https://gerrit.libreoffice.org/24518 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 8d89cef7e758..87eb33e401ea 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_XMLOasisBasicExporter, getImplementationName_XMLOasisBasicExporter, - getSupportedServiceNames_XMLOasisBasicExporter, ::cppu::createSingleComponentFactory, - nullptr, 0 - }, { create_XMLBasicImporter, getImplementationName_XMLBasicImporter, getSupportedServiceNames_XMLBasicImporter, ::cppu::createSingleComponentFactory, -- cgit