summaryrefslogtreecommitdiff
path: root/basic/source/classes/eventatt.cxx
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-02-22 14:40:19 +0000
committerAndreas Bregas <ab@openoffice.org>2001-02-22 14:40:19 +0000
commit38b7314a1010fdfada7775706196caf0daa549fa (patch)
tree245a7bb54b0bc65293915ee31a751a943f467748 /basic/source/classes/eventatt.cxx
parentc7dc0c329cf4e9c21f23ab1f7bce2fe92088c021 (diff)
Exception specification corrected
Diffstat (limited to 'basic/source/classes/eventatt.cxx')
-rw-r--r--basic/source/classes/eventatt.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/basic/source/classes/eventatt.cxx b/basic/source/classes/eventatt.cxx
index 826aec2f35..e6e92e8e31 100644
--- a/basic/source/classes/eventatt.cxx
+++ b/basic/source/classes/eventatt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: eventatt.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: ab $ $Date: 2001-02-21 17:45:58 $
+ * last change: $Author: ab $ $Date: 2001-02-22 15:40:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -186,7 +186,8 @@ void BasicScriptListener_Impl::firing( const ScriptEvent& aScriptEvent ) throw (
firing_impl( aScriptEvent, NULL );
}
-Any BasicScriptListener_Impl::approveFiring( const ScriptEvent& aScriptEvent ) throw ( RuntimeException )
+Any BasicScriptListener_Impl::approveFiring( const ScriptEvent& aScriptEvent )
+ throw ( InvocationTargetException, RuntimeException )
{
Any aRetAny;
firing_impl( aScriptEvent, &aRetAny );
@@ -373,7 +374,8 @@ void DialogAllListener_Impl::firing( const AllEventObject& Event ) throw ( Runti
firing_impl( Event, NULL );
}
-Any DialogAllListener_Impl::approveFiring( const AllEventObject& Event ) throw ( RuntimeException )
+Any DialogAllListener_Impl::approveFiring( const AllEventObject& Event )
+ throw ( InvocationTargetException, RuntimeException )
{
Any aRetAny;
firing_impl( Event, &aRetAny );