summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/interactionrequest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/interactionrequest.cxx')
-rw-r--r--ucbhelper/source/provider/interactionrequest.cxx47
1 files changed, 0 insertions, 47 deletions
diff --git a/ucbhelper/source/provider/interactionrequest.cxx b/ucbhelper/source/provider/interactionrequest.cxx
index c8d0858bea18..5738187bdf0f 100644
--- a/ucbhelper/source/provider/interactionrequest.cxx
+++ b/ucbhelper/source/provider/interactionrequest.cxx
@@ -124,7 +124,6 @@ void SAL_CALL InteractionRequest::release()
// virtual
uno::Any SAL_CALL
InteractionRequest::queryInterface( const uno::Type & rType )
- throw ( uno::RuntimeException, std::exception )
{
uno::Any aRet = cppu::queryInterface( rType,
static_cast< lang::XTypeProvider * >( this ),
@@ -139,7 +138,6 @@ InteractionRequest::queryInterface( const uno::Type & rType )
// virtual
uno::Sequence< sal_Int8 > SAL_CALL InteractionRequest::getImplementationId()
- throw( uno::RuntimeException, std::exception )
{
return css::uno::Sequence<sal_Int8>();
}
@@ -147,7 +145,6 @@ uno::Sequence< sal_Int8 > SAL_CALL InteractionRequest::getImplementationId()
// virtual
uno::Sequence< uno::Type > SAL_CALL InteractionRequest::getTypes()
- throw( uno::RuntimeException, std::exception )
{
static cppu::OTypeCollection* pCollection = nullptr;
if ( !pCollection )
@@ -170,7 +167,6 @@ uno::Sequence< uno::Type > SAL_CALL InteractionRequest::getTypes()
// virtual
uno::Any SAL_CALL InteractionRequest::getRequest()
- throw( uno::RuntimeException, std::exception )
{
return m_pImpl->m_aRequest;
}
@@ -179,7 +175,6 @@ uno::Any SAL_CALL InteractionRequest::getRequest()
// virtual
uno::Sequence< uno::Reference< task::XInteractionContinuation > > SAL_CALL
InteractionRequest::getContinuations()
- throw( uno::RuntimeException, std::exception )
{
return m_pImpl->m_aContinuations;
}
@@ -232,7 +227,6 @@ void SAL_CALL InteractionAbort::release()
// virtual
uno::Any SAL_CALL
InteractionAbort::queryInterface( const uno::Type & rType )
- throw ( uno::RuntimeException, std::exception )
{
uno::Any aRet = cppu::queryInterface( rType,
static_cast< lang::XTypeProvider * >( this ),
@@ -249,7 +243,6 @@ InteractionAbort::queryInterface( const uno::Type & rType )
// virtual
uno::Sequence< sal_Int8 > SAL_CALL InteractionAbort::getImplementationId()
- throw( uno::RuntimeException, std::exception )
{
return css::uno::Sequence<sal_Int8>();
}
@@ -257,7 +250,6 @@ uno::Sequence< sal_Int8 > SAL_CALL InteractionAbort::getImplementationId()
// virtual
uno::Sequence< uno::Type > SAL_CALL InteractionAbort::getTypes()
- throw( uno::RuntimeException, std::exception )
{
static cppu::OTypeCollection* pCollection = nullptr;
if ( !pCollection )
@@ -280,7 +272,6 @@ uno::Sequence< uno::Type > SAL_CALL InteractionAbort::getTypes()
// virtual
void SAL_CALL InteractionAbort::select()
- throw( uno::RuntimeException, std::exception )
{
recordSelection();
}
@@ -311,7 +302,6 @@ void SAL_CALL InteractionRetry::release()
// virtual
uno::Any SAL_CALL
InteractionRetry::queryInterface( const uno::Type & rType )
- throw ( uno::RuntimeException, std::exception )
{
uno::Any aRet = cppu::queryInterface( rType,
static_cast< lang::XTypeProvider * >( this ),
@@ -328,7 +318,6 @@ InteractionRetry::queryInterface( const uno::Type & rType )
// virtual
uno::Sequence< sal_Int8 > SAL_CALL InteractionRetry::getImplementationId()
- throw( uno::RuntimeException, std::exception )
{
return css::uno::Sequence<sal_Int8>();
}
@@ -336,7 +325,6 @@ uno::Sequence< sal_Int8 > SAL_CALL InteractionRetry::getImplementationId()
// virtual
uno::Sequence< uno::Type > SAL_CALL InteractionRetry::getTypes()
- throw( uno::RuntimeException, std::exception )
{
static cppu::OTypeCollection* pCollection = nullptr;
if ( !pCollection )
@@ -359,7 +347,6 @@ uno::Sequence< uno::Type > SAL_CALL InteractionRetry::getTypes()
// virtual
void SAL_CALL InteractionRetry::select()
- throw( uno::RuntimeException, std::exception )
{
recordSelection();
}
@@ -390,7 +377,6 @@ void SAL_CALL InteractionApprove::release()
// virtual
uno::Any SAL_CALL
InteractionApprove::queryInterface( const uno::Type & rType )
- throw ( uno::RuntimeException, std::exception )
{
uno::Any aRet = cppu::queryInterface( rType,
static_cast< lang::XTypeProvider * >( this ),
@@ -407,7 +393,6 @@ InteractionApprove::queryInterface( const uno::Type & rType )
// virtual
uno::Sequence< sal_Int8 > SAL_CALL InteractionApprove::getImplementationId()
- throw( uno::RuntimeException, std::exception )
{
return css::uno::Sequence<sal_Int8>();
}
@@ -415,7 +400,6 @@ uno::Sequence< sal_Int8 > SAL_CALL InteractionApprove::getImplementationId()
// virtual
uno::Sequence< uno::Type > SAL_CALL InteractionApprove::getTypes()
- throw( uno::RuntimeException, std::exception )
{
static cppu::OTypeCollection* pCollection = nullptr;
if ( !pCollection )
@@ -438,7 +422,6 @@ uno::Sequence< uno::Type > SAL_CALL InteractionApprove::getTypes()
// virtual
void SAL_CALL InteractionApprove::select()
- throw( uno::RuntimeException, std::exception )
{
recordSelection();
}
@@ -469,7 +452,6 @@ void SAL_CALL InteractionDisapprove::release()
// virtual
uno::Any SAL_CALL
InteractionDisapprove::queryInterface( const uno::Type & rType )
- throw ( uno::RuntimeException, std::exception )
{
uno::Any aRet = cppu::queryInterface( rType,
static_cast< lang::XTypeProvider * >( this ),
@@ -486,7 +468,6 @@ InteractionDisapprove::queryInterface( const uno::Type & rType )
// virtual
uno::Sequence< sal_Int8 > SAL_CALL InteractionDisapprove::getImplementationId()
- throw( uno::RuntimeException, std::exception )
{
return css::uno::Sequence<sal_Int8>();
}
@@ -494,7 +475,6 @@ uno::Sequence< sal_Int8 > SAL_CALL InteractionDisapprove::getImplementationId()
// virtual
uno::Sequence< uno::Type > SAL_CALL InteractionDisapprove::getTypes()
- throw( uno::RuntimeException, std::exception )
{
static cppu::OTypeCollection* pCollection = nullptr;
if ( !pCollection )
@@ -517,7 +497,6 @@ uno::Sequence< uno::Type > SAL_CALL InteractionDisapprove::getTypes()
// virtual
void SAL_CALL InteractionDisapprove::select()
- throw( uno::RuntimeException, std::exception )
{
recordSelection();
}
@@ -548,7 +527,6 @@ void SAL_CALL InteractionSupplyAuthentication::release()
// virtual
uno::Any SAL_CALL
InteractionSupplyAuthentication::queryInterface( const uno::Type & rType )
- throw ( uno::RuntimeException, std::exception )
{
uno::Any aRet = cppu::queryInterface( rType,
static_cast< lang::XTypeProvider * >( this ),
@@ -567,7 +545,6 @@ InteractionSupplyAuthentication::queryInterface( const uno::Type & rType )
// virtual
uno::Sequence< sal_Int8 > SAL_CALL
InteractionSupplyAuthentication::getImplementationId()
- throw( uno::RuntimeException, std::exception )
{
return css::uno::Sequence<sal_Int8>();
}
@@ -575,7 +552,6 @@ InteractionSupplyAuthentication::getImplementationId()
// virtual
uno::Sequence< uno::Type > SAL_CALL InteractionSupplyAuthentication::getTypes()
- throw( uno::RuntimeException, std::exception )
{
static cppu::OTypeCollection* pCollection = nullptr;
if ( !pCollection )
@@ -598,7 +574,6 @@ uno::Sequence< uno::Type > SAL_CALL InteractionSupplyAuthentication::getTypes()
// virtual
void SAL_CALL InteractionSupplyAuthentication::select()
- throw( uno::RuntimeException, std::exception )
{
recordSelection();
}
@@ -610,7 +585,6 @@ void SAL_CALL InteractionSupplyAuthentication::select()
// virtual
sal_Bool SAL_CALL
InteractionSupplyAuthentication::canSetRealm()
- throw( uno::RuntimeException, std::exception )
{
return m_bCanSetRealm;
}
@@ -619,7 +593,6 @@ InteractionSupplyAuthentication::canSetRealm()
// virtual
void SAL_CALL
InteractionSupplyAuthentication::setRealm( const OUString& Realm )
- throw( uno::RuntimeException, std::exception )
{
OSL_ENSURE( m_bCanSetPassword,
"InteractionSupplyAuthentication::setRealm - Not supported!" );
@@ -632,7 +605,6 @@ InteractionSupplyAuthentication::setRealm( const OUString& Realm )
// virtual
sal_Bool SAL_CALL
InteractionSupplyAuthentication::canSetUserName()
- throw( uno::RuntimeException, std::exception )
{
return m_bCanSetUserName;
}
@@ -641,7 +613,6 @@ InteractionSupplyAuthentication::canSetUserName()
// virtual
void SAL_CALL
InteractionSupplyAuthentication::setUserName( const OUString& UserName )
- throw( uno::RuntimeException, std::exception )
{
OSL_ENSURE( m_bCanSetUserName,
"InteractionSupplyAuthentication::setUserName - Not supported!" );
@@ -654,7 +625,6 @@ InteractionSupplyAuthentication::setUserName( const OUString& UserName )
// virtual
sal_Bool SAL_CALL
InteractionSupplyAuthentication::canSetPassword()
- throw( uno::RuntimeException, std::exception )
{
return m_bCanSetPassword;
}
@@ -663,7 +633,6 @@ InteractionSupplyAuthentication::canSetPassword()
// virtual
void SAL_CALL
InteractionSupplyAuthentication::setPassword( const OUString& Password )
- throw( uno::RuntimeException, std::exception )
{
OSL_ENSURE( m_bCanSetPassword,
"InteractionSupplyAuthentication::setPassword - Not supported!" );
@@ -677,7 +646,6 @@ InteractionSupplyAuthentication::setPassword( const OUString& Password )
uno::Sequence< ucb::RememberAuthentication > SAL_CALL
InteractionSupplyAuthentication::getRememberPasswordModes(
ucb::RememberAuthentication& Default )
- throw( uno::RuntimeException, std::exception )
{
Default = m_eDefaultRememberPasswordMode;
return m_aRememberPasswordModes;
@@ -688,7 +656,6 @@ InteractionSupplyAuthentication::getRememberPasswordModes(
void SAL_CALL
InteractionSupplyAuthentication::setRememberPassword(
ucb::RememberAuthentication Remember )
- throw( uno::RuntimeException, std::exception )
{
m_eRememberPasswordMode = Remember;
}
@@ -697,7 +664,6 @@ InteractionSupplyAuthentication::setRememberPassword(
// virtual
sal_Bool SAL_CALL
InteractionSupplyAuthentication::canSetAccount()
- throw( uno::RuntimeException, std::exception )
{
return m_bCanSetAccount;
}
@@ -706,7 +672,6 @@ InteractionSupplyAuthentication::canSetAccount()
// virtual
void SAL_CALL
InteractionSupplyAuthentication::setAccount( const OUString& Account )
- throw( uno::RuntimeException, std::exception )
{
OSL_ENSURE( m_bCanSetAccount,
"InteractionSupplyAuthentication::setAccount - Not supported!" );
@@ -720,7 +685,6 @@ InteractionSupplyAuthentication::setAccount( const OUString& Account )
uno::Sequence< ucb::RememberAuthentication > SAL_CALL
InteractionSupplyAuthentication::getRememberAccountModes(
ucb::RememberAuthentication& Default )
- throw( uno::RuntimeException, std::exception )
{
Default = m_eDefaultRememberAccountMode;
return m_aRememberAccountModes;
@@ -730,7 +694,6 @@ InteractionSupplyAuthentication::getRememberAccountModes(
// virtual
void SAL_CALL InteractionSupplyAuthentication::setRememberAccount(
ucb::RememberAuthentication Remember )
- throw( uno::RuntimeException, std::exception )
{
m_eRememberAccountMode = Remember;
}
@@ -743,7 +706,6 @@ void SAL_CALL InteractionSupplyAuthentication::setRememberAccount(
sal_Bool SAL_CALL
InteractionSupplyAuthentication::canUseSystemCredentials(
sal_Bool& Default )
- throw ( uno::RuntimeException, std::exception )
{
Default = false;
return m_bCanUseSystemCredentials;
@@ -753,7 +715,6 @@ InteractionSupplyAuthentication::canUseSystemCredentials(
// virtual
void SAL_CALL InteractionSupplyAuthentication::setUseSystemCredentials(
sal_Bool UseSystemCredentials )
- throw ( uno::RuntimeException, std::exception )
{
if ( m_bCanUseSystemCredentials )
m_bUseSystemCredentials = UseSystemCredentials;
@@ -785,7 +746,6 @@ void SAL_CALL InteractionReplaceExistingData::release()
// virtual
uno::Any SAL_CALL
InteractionReplaceExistingData::queryInterface( const uno::Type & rType )
- throw ( uno::RuntimeException, std::exception )
{
uno::Any aRet = cppu::queryInterface( rType,
static_cast< lang::XTypeProvider * >( this ),
@@ -803,7 +763,6 @@ InteractionReplaceExistingData::queryInterface( const uno::Type & rType )
// virtual
uno::Sequence< sal_Int8 > SAL_CALL
InteractionReplaceExistingData::getImplementationId()
- throw( uno::RuntimeException, std::exception )
{
return css::uno::Sequence<sal_Int8>();
}
@@ -811,7 +770,6 @@ InteractionReplaceExistingData::getImplementationId()
// virtual
uno::Sequence< uno::Type > SAL_CALL InteractionReplaceExistingData::getTypes()
- throw( uno::RuntimeException, std::exception )
{
static cppu::OTypeCollection* pCollection = nullptr;
if ( !pCollection )
@@ -834,7 +792,6 @@ uno::Sequence< uno::Type > SAL_CALL InteractionReplaceExistingData::getTypes()
// virtual
void SAL_CALL InteractionReplaceExistingData::select()
- throw( uno::RuntimeException, std::exception )
{
recordSelection();
}
@@ -860,7 +817,6 @@ void SAL_CALL InteractionAuthFallback::release()
// virtual
uno::Any SAL_CALL
InteractionAuthFallback::queryInterface( const uno::Type & rType )
- throw ( uno::RuntimeException, std::exception )
{
uno::Any aRet = cppu::queryInterface( rType,
static_cast< task::XInteractionContinuation * >( this ),
@@ -874,7 +830,6 @@ InteractionAuthFallback::queryInterface( const uno::Type & rType )
// virtual
void SAL_CALL InteractionAuthFallback::select()
- throw( uno::RuntimeException, std::exception )
{
recordSelection();
}
@@ -883,13 +838,11 @@ void SAL_CALL InteractionAuthFallback::select()
// virtual
void SAL_CALL InteractionAuthFallback::setCode( const OUString& code )
- throw ( uno::RuntimeException, std::exception )
{
m_aCode = code;
}
const OUString& SAL_CALL InteractionAuthFallback::getCode( )
- throw ( uno::RuntimeException, std::exception )
{
return m_aCode;
}