From 115b2958125cf71d1d9283bbf411827348105fdb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 11 Apr 2014 23:29:01 +0200 Subject: Clean up function declarations Change-Id: If482545f87a9b0c066f91639c55b73bee4d01b5c --- xmlscript/source/misc/unoservices.cxx | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) (limited to 'xmlscript/source/misc') diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx index 78f165446e10..2b9e43c3828e 100644 --- a/xmlscript/source/misc/unoservices.cxx +++ b/xmlscript/source/misc/unoservices.cxx @@ -19,41 +19,13 @@ #include +#include + using namespace ::rtl; using namespace ::com::sun::star::uno; namespace xmlscript { - Sequence< OUString > SAL_CALL getSupportedServiceNames_DocumentHandlerImpl(); - OUString SAL_CALL getImplementationName_DocumentHandlerImpl(); - Reference< XInterface > SAL_CALL create_DocumentHandlerImpl( - Reference< XComponentContext > const & xContext ) - SAL_THROW( (Exception) ); - - Sequence< OUString > SAL_CALL getSupportedServiceNames_XMLBasicExporter(); - OUString SAL_CALL getImplementationName_XMLBasicExporter(); - Reference< XInterface > SAL_CALL create_XMLBasicExporter( - Reference< XComponentContext > const & xContext ) - SAL_THROW( (Exception) ); - - Sequence< OUString > SAL_CALL getSupportedServiceNames_XMLOasisBasicExporter(); - OUString SAL_CALL getImplementationName_XMLOasisBasicExporter(); - Reference< XInterface > SAL_CALL create_XMLOasisBasicExporter( - Reference< XComponentContext > const & xContext ) - SAL_THROW( (Exception) ); - - Sequence< OUString > SAL_CALL getSupportedServiceNames_XMLBasicImporter(); - OUString SAL_CALL getImplementationName_XMLBasicImporter(); - Reference< XInterface > SAL_CALL create_XMLBasicImporter( - Reference< XComponentContext > const & xContext ) - SAL_THROW( (Exception) ); - - Sequence< OUString > SAL_CALL getSupportedServiceNames_XMLOasisBasicImporter(); - OUString SAL_CALL getImplementationName_XMLOasisBasicImporter(); - Reference< XInterface > SAL_CALL create_XMLOasisBasicImporter( - Reference< XComponentContext > const & xContext ) - SAL_THROW( (Exception) ); - static const struct ::cppu::ImplementationEntry s_entries [] = { { -- cgit