From 00fabc1ea04b20a45bd663d67b07b04fe4a1dc41 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 3 Sep 2011 22:26:53 +0200 Subject: drop unused parts --- writerfilter/unocomponent/debugservices/doctok/DocTokTestService.cxx | 4 ---- writerfilter/unocomponent/debugservices/doctok/DocTokTestService.hxx | 1 - writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx | 4 ---- writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.hxx | 1 - 4 files changed, 10 deletions(-) (limited to 'writerfilter/unocomponent/debugservices') diff --git a/writerfilter/unocomponent/debugservices/doctok/DocTokTestService.cxx b/writerfilter/unocomponent/debugservices/doctok/DocTokTestService.cxx index 926a9dcf9c8a..0a8e6500b40e 100644 --- a/writerfilter/unocomponent/debugservices/doctok/DocTokTestService.cxx +++ b/writerfilter/unocomponent/debugservices/doctok/DocTokTestService.cxx @@ -130,10 +130,6 @@ sal_Int32 SAL_CALL ScannerTestService::run( const uno::Sequence< rtl::OUString > return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM ( ScannerTestService::IMPLEMENTATION_NAME )); } -sal_Bool SAL_CALL ScannerTestService_supportsService( const ::rtl::OUString& ServiceName ) -{ - return ServiceName.equals( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( ScannerTestService::SERVICE_NAME )) ); -} uno::Sequence< rtl::OUString > SAL_CALL ScannerTestService_getSupportedServiceNames( ) throw (uno::RuntimeException) { uno::Sequence < rtl::OUString > aRet(1); diff --git a/writerfilter/unocomponent/debugservices/doctok/DocTokTestService.hxx b/writerfilter/unocomponent/debugservices/doctok/DocTokTestService.hxx index cbdc8b46d6bd..8bcfc3747708 100644 --- a/writerfilter/unocomponent/debugservices/doctok/DocTokTestService.hxx +++ b/writerfilter/unocomponent/debugservices/doctok/DocTokTestService.hxx @@ -52,7 +52,6 @@ public: }; ::rtl::OUString ScannerTestService_getImplementationName (); -sal_Bool SAL_CALL ScannerTestService_supportsService( const ::rtl::OUString& ServiceName ); ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL ScannerTestService_getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException); ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ScannerTestService_createInstance( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &xContext) throw( ::com::sun::star::uno::Exception ); diff --git a/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx b/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx index 45d3fe86abd1..ab225d7d62f6 100644 --- a/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx +++ b/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx @@ -162,10 +162,6 @@ sal_Int32 SAL_CALL ScannerTestService::run( const uno::Sequence< rtl::OUString > return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM ( ScannerTestService::IMPLEMENTATION_NAME )); } -sal_Bool SAL_CALL ScannerTestService_supportsService( const ::rtl::OUString& ServiceName ) -{ - return ServiceName.equals( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( ScannerTestService::SERVICE_NAME )) ); -} uno::Sequence< rtl::OUString > SAL_CALL ScannerTestService_getSupportedServiceNames( ) throw (uno::RuntimeException) { uno::Sequence < rtl::OUString > aRet(1); diff --git a/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.hxx b/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.hxx index ef4fe4506fd6..0b222a82ec9f 100644 --- a/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.hxx +++ b/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.hxx @@ -52,7 +52,6 @@ public: }; ::rtl::OUString ScannerTestService_getImplementationName (); -sal_Bool SAL_CALL ScannerTestService_supportsService( const ::rtl::OUString& ServiceName ); ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL ScannerTestService_getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException); ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ScannerTestService_createInstance( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &xContext) throw( ::com::sun::star::uno::Exception ); -- cgit v1.2.1