-Werror,-Winconsistent-missing-override
Change-Id: I6af9c26873154010c7384112615ca96f273e02f4
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user