summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx b/ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx
index 9fb89cd3d585..1bf11291c760 100644
--- a/ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx
@@ -45,27 +45,27 @@ namespace tdoc_ucp
// XInterface
virtual uno::Any SAL_CALL queryInterface( const uno::Type & rType )
- throw ( uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL acquire()
- throw () SAL_OVERRIDE;
+ throw () override;
virtual void SAL_CALL release()
- throw () SAL_OVERRIDE;
+ throw () override;
// XTypeProvider
virtual uno::Sequence< uno::Type > SAL_CALL getTypes()
- throw ( uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( uno::RuntimeException, std::exception ) override;
virtual uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
- throw ( uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( uno::RuntimeException, std::exception ) override;
// XInteractionContinuation
virtual void SAL_CALL select()
- throw ( uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( uno::RuntimeException, std::exception ) override;
// XInteractionPassword
virtual void SAL_CALL setPassword( const OUString & aPasswd )
- throw ( uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( uno::RuntimeException, std::exception ) override;
virtual OUString SAL_CALL getPassword()
- throw ( uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( uno::RuntimeException, std::exception ) override;
private:
osl::Mutex m_aMutex;