diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-09-03 22:26:53 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-09-03 22:26:53 +0200 |
commit | 00fabc1ea04b20a45bd663d67b07b04fe4a1dc41 (patch) | |
tree | b5f9c52acff717eb5fc3c415ce16f9492f8e3f79 /writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx | |
parent | 91fd138dfed7075f50525a4ccd042c689d3e1b3d (diff) |
drop unused parts
Diffstat (limited to 'writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx')
-rw-r--r-- | writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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); |