include/ucbhelper/interactionrequest.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 26fdaa2bae87f9d6079a184491be84d8def2e336 Author: Stephan Bergmann <[email protected]> Date: Mon Dec 15 12:00:11 2014 +0100 -Werror,-Winconsistent-missing-override Change-Id: I6af9c26873154010c7384112615ca96f273e02f4 diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx index 2138983..0671a3a 100644 --- a/include/ucbhelper/interactionrequest.hxx +++ b/include/ucbhelper/interactionrequest.hxx @@ -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; }; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
