summaryrefslogtreecommitdiff
path: root/cppuhelper/source/tdmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/tdmgr.cxx')
-rw-r--r--cppuhelper/source/tdmgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/tdmgr.cxx b/cppuhelper/source/tdmgr.cxx
index 582e3f5699dc..5ff8190fa2c3 100644
--- a/cppuhelper/source/tdmgr.cxx
+++ b/cppuhelper/source/tdmgr.cxx
@@ -626,11 +626,11 @@ public:
// XEventListener
virtual void SAL_CALL disposing( lang::EventObject const & rEvt )
- throw (RuntimeException);
+ throw (RuntimeException, std::exception);
};
void EventListenerImpl::disposing( lang::EventObject const & rEvt )
- throw (RuntimeException)
+ throw (RuntimeException, std::exception)
{
if (rEvt.Source != m_xTDMgr) {
OSL_ASSERT(false);