loplugin:saloverride

Change-Id: I2f818c865345c9396b3292d9bf0f8520556223e1
This commit is contained in:
Stephan Bergmann
2014-04-03 14:20:56 +02:00
parent d7cb910ad8
commit 9a5a6880c5

View File

@@ -146,7 +146,7 @@ public:
// XServiceInfo
virtual OUString SAL_CALL getImplementationName()
throw(::com::sun::star::uno::RuntimeException, std::exception) = 0;
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE = 0;
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()