diff options
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/provider/contenthelper.cxx | 6 | ||||
-rw-r--r-- | ucbhelper/source/provider/interactionrequest.cxx | 110 |
2 files changed, 0 insertions, 116 deletions
diff --git a/ucbhelper/source/provider/contenthelper.cxx b/ucbhelper/source/provider/contenthelper.cxx index 01ebcee1ca71..c29442978af8 100644 --- a/ucbhelper/source/provider/contenthelper.cxx +++ b/ucbhelper/source/provider/contenthelper.cxx @@ -138,12 +138,6 @@ ContentImplHelper::~ContentImplHelper() { } -void SAL_CALL ContentImplHelper::acquire() - throw() -{ - cppu::OWeakObject::acquire(); -} - void SAL_CALL ContentImplHelper::release() throw() { diff --git a/ucbhelper/source/provider/interactionrequest.cxx b/ucbhelper/source/provider/interactionrequest.cxx index 0dbc568fcaa7..95ed4199426e 100644 --- a/ucbhelper/source/provider/interactionrequest.cxx +++ b/ucbhelper/source/provider/interactionrequest.cxx @@ -152,22 +152,6 @@ void InteractionContinuation::recordSelection() // virtual -void SAL_CALL InteractionAbort::acquire() - throw() -{ - OWeakObject::acquire(); -} - - -// virtual -void SAL_CALL InteractionAbort::release() - throw() -{ - OWeakObject::release(); -} - - -// virtual uno::Any SAL_CALL InteractionAbort::queryInterface( const uno::Type & rType ) { @@ -219,22 +203,6 @@ void SAL_CALL InteractionAbort::select() // virtual -void SAL_CALL InteractionRetry::acquire() - throw() -{ - OWeakObject::acquire(); -} - - -// virtual -void SAL_CALL InteractionRetry::release() - throw() -{ - OWeakObject::release(); -} - - -// virtual uno::Any SAL_CALL InteractionRetry::queryInterface( const uno::Type & rType ) { @@ -286,22 +254,6 @@ void SAL_CALL InteractionRetry::select() // virtual -void SAL_CALL InteractionApprove::acquire() - throw() -{ - OWeakObject::acquire(); -} - - -// virtual -void SAL_CALL InteractionApprove::release() - throw() -{ - OWeakObject::release(); -} - - -// virtual uno::Any SAL_CALL InteractionApprove::queryInterface( const uno::Type & rType ) { @@ -353,22 +305,6 @@ void SAL_CALL InteractionApprove::select() // virtual -void SAL_CALL InteractionDisapprove::acquire() - throw() -{ - OWeakObject::acquire(); -} - - -// virtual -void SAL_CALL InteractionDisapprove::release() - throw() -{ - OWeakObject::release(); -} - - -// virtual uno::Any SAL_CALL InteractionDisapprove::queryInterface( const uno::Type & rType ) { @@ -420,22 +356,6 @@ void SAL_CALL InteractionDisapprove::select() // virtual -void SAL_CALL InteractionSupplyAuthentication::acquire() - throw() -{ - OWeakObject::acquire(); -} - - -// virtual -void SAL_CALL InteractionSupplyAuthentication::release() - throw() -{ - OWeakObject::release(); -} - - -// virtual uno::Any SAL_CALL InteractionSupplyAuthentication::queryInterface( const uno::Type & rType ) { @@ -627,22 +547,6 @@ void SAL_CALL InteractionSupplyAuthentication::setUseSystemCredentials( // virtual -void SAL_CALL InteractionReplaceExistingData::acquire() - throw() -{ - OWeakObject::acquire(); -} - - -// virtual -void SAL_CALL InteractionReplaceExistingData::release() - throw() -{ - OWeakObject::release(); -} - - -// virtual uno::Any SAL_CALL InteractionReplaceExistingData::queryInterface( const uno::Type & rType ) { @@ -692,20 +596,6 @@ void SAL_CALL InteractionReplaceExistingData::select() // XInterface methods. // virtual -void SAL_CALL InteractionAuthFallback::acquire() - throw() -{ - OWeakObject::acquire(); -} - -// virtual -void SAL_CALL InteractionAuthFallback::release() - throw() -{ - OWeakObject::release(); -} - -// virtual uno::Any SAL_CALL InteractionAuthFallback::queryInterface( const uno::Type & rType ) { |