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/inc/unoservices.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'xmlscript/source/inc') diff --git a/xmlscript/source/inc/unoservices.hxx b/xmlscript/source/inc/unoservices.hxx index 6ac388af218e..61e10d9e5b22 100644 --- a/xmlscript/source/inc/unoservices.hxx +++ b/xmlscript/source/inc/unoservices.hxx @@ -50,14 +50,6 @@ OUString SAL_CALL getImplementationName_XMLBasicExporter(); css::uno::Reference SAL_CALL create_XMLBasicExporter( css::uno::Reference const & xContext); -css::uno::Sequence SAL_CALL -getSupportedServiceNames_XMLOasisBasicExporter(); - -OUString SAL_CALL getImplementationName_XMLOasisBasicExporter(); - -css::uno::Reference SAL_CALL create_XMLOasisBasicExporter( - css::uno::Reference const & xContext); - css::uno::Sequence SAL_CALL getSupportedServiceNames_XMLBasicImporter(); -- cgit