summaryrefslogtreecommitdiff
path: root/forms/source/component/EventThread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/EventThread.cxx')
-rw-r--r--forms/source/component/EventThread.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/EventThread.cxx b/forms/source/component/EventThread.cxx
index bdc0fd09ea58..8653402e29e7 100644
--- a/forms/source/component/EventThread.cxx
+++ b/forms/source/component/EventThread.cxx
@@ -59,7 +59,7 @@ OComponentEventThread::~OComponentEventThread()
impl_clearEventQueue();
}
-Any SAL_CALL OComponentEventThread::queryInterface(const Type& _rType) throw (RuntimeException)
+Any SAL_CALL OComponentEventThread::queryInterface(const Type& _rType) throw (RuntimeException, std::exception)
{
Any aReturn;
@@ -84,7 +84,7 @@ void OComponentEventThread::impl_clearEventQueue()
m_aFlags.erase( m_aFlags.begin(), m_aFlags.end() );
}
-void OComponentEventThread::disposing( const EventObject& evt ) throw ( ::com::sun::star::uno::RuntimeException)
+void OComponentEventThread::disposing( const EventObject& evt ) throw ( ::com::sun::star::uno::RuntimeException, std::exception)
{
if( evt.Source == m_xComp )
{