diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-05 08:15:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-06-05 08:17:51 +0200 |
commit | 579d1f61b0300434801e9b37012254a506fc0230 (patch) | |
tree | b3beb1f37b8035dfbe52505c99b6e45f59947f45 /uui/source/iahndl-authentication.cxx | |
parent | 4c563b3a1daf169ed50f6a187121e7e0a1f7c1fc (diff) |
uui: remove SAL_THROW macro
Change-Id: I72583c9d6c22621a30771ef8422370911d35000b
Diffstat (limited to 'uui/source/iahndl-authentication.cxx')
-rw-r--r-- | uui/source/iahndl-authentication.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index b39eee4798f0..fbb1dba24c3d 100644 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -61,7 +61,6 @@ executeLoginDialog( Window * pParent, LoginErrorInfo & rInfo, OUString const & rRealm) - SAL_THROW((uno::RuntimeException)) { try { @@ -190,7 +189,6 @@ handleAuthenticationRequest_( uno::Sequence< uno::Reference< task::XInteractionContinuation > > const & rContinuations, const OUString & rURL) - SAL_THROW((uno::RuntimeException)) { uno::Reference< task::XInteractionRetry > xRetry; uno::Reference< task::XInteractionAbort > xAbort; @@ -408,7 +406,6 @@ executeMasterPasswordDialog( Window * pParent, LoginErrorInfo & rInfo, task::PasswordRequestMode nMode) - SAL_THROW((uno::RuntimeException)) { OString aMaster; try @@ -465,7 +462,6 @@ handleMasterPasswordRequest_( task::PasswordRequestMode nMode, uno::Sequence< uno::Reference< task::XInteractionContinuation > > const & rContinuations) - SAL_THROW((uno::RuntimeException)) { uno::Reference< task::XInteractionRetry > xRetry; uno::Reference< task::XInteractionAbort > xAbort; @@ -509,7 +505,6 @@ executePasswordDialog( bool bMSCryptoMode, bool bIsPasswordToModify, bool bIsSimplePasswordRequest ) - SAL_THROW((uno::RuntimeException)) { try { @@ -571,7 +566,6 @@ handlePasswordRequest_( bool bMSCryptoMode, bool bIsPasswordToModify, bool bIsSimplePasswordRequest = false ) - SAL_THROW((uno::RuntimeException)) { uno::Reference< task::XInteractionRetry > xRetry; uno::Reference< task::XInteractionAbort > xAbort; @@ -621,7 +615,6 @@ handlePasswordRequest_( bool UUIInteractionHelper::handleAuthenticationRequest( uno::Reference< task::XInteractionRequest > const & rRequest) - SAL_THROW((uno::RuntimeException)) { uno::Any aAnyRequest(rRequest->getRequest()); @@ -654,7 +647,6 @@ UUIInteractionHelper::handleAuthenticationRequest( bool UUIInteractionHelper::handleMasterPasswordRequest( uno::Reference< task::XInteractionRequest > const & rRequest) - SAL_THROW((uno::RuntimeException)) { uno::Any aAnyRequest(rRequest->getRequest()); @@ -672,7 +664,6 @@ UUIInteractionHelper::handleMasterPasswordRequest( bool UUIInteractionHelper::handlePasswordRequest( uno::Reference< task::XInteractionRequest > const & rRequest) - SAL_THROW((uno::RuntimeException)) { // parameters to be filled for the call to handlePasswordRequest_ Window * pParent = getParentProperty(); |