diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-01 09:22:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-01 09:22:21 +0200 |
commit | 288efb1b481abf6156d7ddaa68e4ea6d215f4875 (patch) | |
tree | ac12f795748ea1b3072c427b9489b1b44a5d5cb9 /stoc/source | |
parent | c1395fe0612aca4b1928e239a72c7faff574d8bd (diff) |
Remove unused inline function
Change-Id: Ieafdefb5a6981ee2f375cb9ba852de7b21688b42
Diffstat (limited to 'stoc/source')
-rw-r--r-- | stoc/source/namingservice/namingservice.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stoc/source/namingservice/namingservice.cxx b/stoc/source/namingservice/namingservice.cxx index 93ab14912e9e..a4cb8f36e8e1 100644 --- a/stoc/source/namingservice/namingservice.cxx +++ b/stoc/source/namingservice/namingservice.cxx @@ -98,11 +98,6 @@ public: throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; - static Sequence< OUString > SAL_CALL getSupportedServiceNames_Static() - { - OUString aStr( SERVICENAME ); - return Sequence< OUString >( &aStr, 1 ); - } virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getRegisteredObject( const OUString& Name ) throw(Exception, RuntimeException, std::exception) SAL_OVERRIDE; virtual void SAL_CALL registerObject( const OUString& Name, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& Object ) throw(Exception, RuntimeException, std::exception) SAL_OVERRIDE; |