-Werror,-Winconsistent-missing-override

Change-Id: I6af9c26873154010c7384112615ca96f273e02f4
This commit is contained in:
Stephan Bergmann
2014-12-15 12:00:11 +01:00
parent f31568f5ca
commit 26fdaa2bae

View File

@@ -686,9 +686,9 @@ public:
// XAuthFallback
virtual void SAL_CALL setCode( const OUString& code )
throw (::css::uno::RuntimeException, ::std::exception);
throw (::css::uno::RuntimeException, ::std::exception) SAL_OVERRIDE;
virtual OUString SAL_CALL getCode()
throw (::css::uno::RuntimeException, ::std::exception);
throw (::css::uno::RuntimeException, ::std::exception) SAL_OVERRIDE;
};