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 47fc1375d2f2..31c901373181 100644
--- a/forms/source/richtext/featuredispatcher.cxx
+++ b/forms/source/richtext/featuredispatcher.cxx
@@ -69,7 +69,7 @@ namespace frm
}
- void SAL_CALL ORichTextFeatureDispatcher::addStatusListener( const Reference< XStatusListener >& _rxControl, const URL& _rURL ) throw (RuntimeException)
+ void SAL_CALL ORichTextFeatureDispatcher::addStatusListener( const Reference< XStatusListener >& _rxControl, const URL& _rURL ) throw (RuntimeException, std::exception)
{
OSL_ENSURE( !m_bDisposed, "ORichTextFeatureDispatcher::addStatusListener: already disposed!" );
if ( m_bDisposed )
@@ -85,7 +85,7 @@ namespace frm
}
- void SAL_CALL ORichTextFeatureDispatcher::removeStatusListener( const Reference< XStatusListener >& _rxControl, const URL& /*_rURL*/ ) throw (RuntimeException)
+ void SAL_CALL ORichTextFeatureDispatcher::removeStatusListener( const Reference< XStatusListener >& _rxControl, const URL& /*_rURL*/ ) throw (RuntimeException, std::exception)
{
m_aStatusListeners.removeInterface( _rxControl );
}