diff options
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; |