summaryrefslogtreecommitdiff
path: root/sfx2/source/control/sfxstatuslistener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/sfxstatuslistener.cxx')
-rw-r--r--sfx2/source/control/sfxstatuslistener.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sfx2/source/control/sfxstatuslistener.cxx b/sfx2/source/control/sfxstatuslistener.cxx
index dab426adf6b2..918e70c8f04f 100644
--- a/sfx2/source/control/sfxstatuslistener.cxx
+++ b/sfx2/source/control/sfxstatuslistener.cxx
@@ -99,7 +99,7 @@ void SfxStatusListener::ReBind()
}
// new UNO API
-void SAL_CALL SfxStatusListener::dispose() throw( css::uno::RuntimeException, std::exception )
+void SAL_CALL SfxStatusListener::dispose()
{
if ( m_xDispatch.is() && !m_aCommand.Complete.isEmpty() )
{
@@ -118,19 +118,16 @@ void SAL_CALL SfxStatusListener::dispose() throw( css::uno::RuntimeException, st
}
void SAL_CALL SfxStatusListener::addEventListener( const Reference< XEventListener >& )
-throw ( RuntimeException, std::exception )
{
// do nothing - this is a wrapper class which does not support listeners
}
void SAL_CALL SfxStatusListener::removeEventListener( const Reference< XEventListener >& )
-throw ( RuntimeException, std::exception )
{
// do nothing - this is a wrapper class which does not support listeners
}
void SAL_CALL SfxStatusListener::disposing( const EventObject& Source )
-throw( RuntimeException, std::exception )
{
SolarMutexGuard aGuard;
@@ -141,7 +138,6 @@ throw( RuntimeException, std::exception )
}
void SAL_CALL SfxStatusListener::statusChanged( const FeatureStateEvent& rEvent)
-throw( RuntimeException, std::exception )
{
SolarMutexGuard aGuard;