summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-08-06 13:21:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-08-06 13:21:27 +0000
commit6d73aafb0b8724d716c9e09d433fa1b1e332155c (patch)
treea07107ae06daeb453b9d9f6cc5653b86a2656800 /toolkit/inc/toolkit
parent91fb0f1af9acdf1f642f95644fc0bcf65a453693 (diff)
#100000# wrong throw statement
Diffstat (limited to 'toolkit/inc/toolkit')
-rw-r--r--toolkit/inc/toolkit/awt/vclxtoolkit.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxtoolkit.hxx b/toolkit/inc/toolkit/awt/vclxtoolkit.hxx
index 9a1c1e58da3c..224a19e9e4ee 100644
--- a/toolkit/inc/toolkit/awt/vclxtoolkit.hxx
+++ b/toolkit/inc/toolkit/awt/vclxtoolkit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxtoolkit.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: sb $ $Date: 2002-07-22 13:29:02 $
+ * last change: $Author: vg $ $Date: 2002-08-06 14:21:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -159,8 +159,7 @@ class VCLXToolkit : public VCLXToolkit_Impl,
void callTopWindowListeners(
::VclSimpleEvent const * pEvent,
void (SAL_CALL ::com::sun::star::awt::XTopWindowListener::* pFn)(
- ::com::sun::star::lang::EventObject const &)
- throw (::com::sun::star::uno::RuntimeException));
+ ::com::sun::star::lang::EventObject const &));
long callKeyHandlers(::VclSimpleEvent const * pEvent, bool bPressed);