summaryrefslogtreecommitdiff
path: root/forms/source/richtext/featuredispatcher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/featuredispatcher.cxx')
-rw-r--r--forms/source/richtext/featuredispatcher.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/richtext/featuredispatcher.cxx b/forms/source/richtext/featuredispatcher.cxx
index 6da6c8d9ba85..d01571bff032 100644
--- a/forms/source/richtext/featuredispatcher.cxx
+++ b/forms/source/richtext/featuredispatcher.cxx
@@ -65,7 +65,7 @@ namespace frm
}
- void SAL_CALL ORichTextFeatureDispatcher::addStatusListener( const Reference< XStatusListener >& _rxControl, const URL& _rURL ) throw (RuntimeException, std::exception)
+ void SAL_CALL ORichTextFeatureDispatcher::addStatusListener( const Reference< XStatusListener >& _rxControl, const URL& _rURL )
{
OSL_ENSURE( !m_bDisposed, "ORichTextFeatureDispatcher::addStatusListener: already disposed!" );
if ( m_bDisposed )
@@ -81,7 +81,7 @@ namespace frm
}
- void SAL_CALL ORichTextFeatureDispatcher::removeStatusListener( const Reference< XStatusListener >& _rxControl, const URL& /*_rURL*/ ) throw (RuntimeException, std::exception)
+ void SAL_CALL ORichTextFeatureDispatcher::removeStatusListener( const Reference< XStatusListener >& _rxControl, const URL& /*_rURL*/ )
{
m_aStatusListeners.removeInterface( _rxControl );
}