summaryrefslogtreecommitdiff
path: root/linguistic/source/misc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/misc.cxx')
-rw-r--r--linguistic/source/misc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/misc.cxx b/linguistic/source/misc.cxx
index d60ec3dbaa35..b56b0cb9987e 100644
--- a/linguistic/source/misc.cxx
+++ b/linguistic/source/misc.cxx
@@ -787,7 +787,7 @@ void AppExitListener::Deactivate()
void SAL_CALL
AppExitListener::disposing( const EventObject& rEvtSource )
- throw(RuntimeException)
+ throw(RuntimeException, std::exception)
{
MutexGuard aGuard( GetLinguMutex() );
@@ -799,13 +799,13 @@ void SAL_CALL
void SAL_CALL
AppExitListener::queryTermination( const EventObject& /*rEvtSource*/ )
- throw(frame::TerminationVetoException, RuntimeException)
+ throw(frame::TerminationVetoException, RuntimeException, std::exception)
{
}
void SAL_CALL
AppExitListener::notifyTermination( const EventObject& rEvtSource )
- throw(RuntimeException)
+ throw(RuntimeException, std::exception)
{
MutexGuard aGuard( GetLinguMutex() );