summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-15 12:00:11 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-16 09:29:13 +0100
commitdbf492d6b37a20452fd991a4c93f3d297fe34c11 (patch)
tree18a78234d8dc4a0e633b19c5c72577f453a3e60a /include
parent5c268d5f87bb3571aed27643507040f6cb007560 (diff)
-Werror,-Winconsistent-missing-override
Change-Id: I6af9c26873154010c7384112615ca96f273e02f4 (cherry picked from commit 26fdaa2bae87f9d6079a184491be84d8def2e336)
Diffstat (limited to 'include')
-rw-r--r--include/ucbhelper/interactionrequest.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx
index 213898353d12..0671a3a0e3ec 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;
};