summaryrefslogtreecommitdiff
path: root/comphelper/source/property/propmultiplex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property/propmultiplex.cxx')
-rw-r--r--comphelper/source/property/propmultiplex.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/property/propmultiplex.cxx b/comphelper/source/property/propmultiplex.cxx
index dbeee362caa8..e4f067483d6a 100644
--- a/comphelper/source/property/propmultiplex.cxx
+++ b/comphelper/source/property/propmultiplex.cxx
@@ -128,7 +128,7 @@ void OPropertyChangeMultiplexer::dispose()
// XEventListener
-void SAL_CALL OPropertyChangeMultiplexer::disposing( const EventObject& _rSource) throw( RuntimeException)
+void SAL_CALL OPropertyChangeMultiplexer::disposing( const EventObject& _rSource) throw( RuntimeException, std::exception)
{
if (m_pListener)
{
@@ -149,7 +149,7 @@ void SAL_CALL OPropertyChangeMultiplexer::disposing( const EventObject& _rSourc
// XPropertyChangeListener
-void SAL_CALL OPropertyChangeMultiplexer::propertyChange( const PropertyChangeEvent& _rEvent ) throw( RuntimeException)
+void SAL_CALL OPropertyChangeMultiplexer::propertyChange( const PropertyChangeEvent& _rEvent ) throw( RuntimeException, std::exception)
{
if (m_pListener && !locked())
m_pListener->_propertyChanged(_rEvent);