summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper')
-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;
};