diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:46:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:46:44 +0000 |
commit | ecd05fb0819f4056fa130e7249da6161d74c83c0 (patch) | |
tree | c95475657211091d82e6d7504e6327ee2abd0543 /comphelper | |
parent | 5bbbdbd7351c94f3ffcf5af991346ab672d40a59 (diff) |
INTEGRATION: CWS warnings01 (1.7.128); FILE MERGED
2005/09/23 03:15:26 sb 1.7.128.2: RESYNC: (1.7-1.8); FILE MERGED
2005/09/01 13:59:58 sb 1.7.128.1: #i53898# Made code warning-free.
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/accessibleeventnotifier.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/comphelper/source/misc/accessibleeventnotifier.cxx b/comphelper/source/misc/accessibleeventnotifier.cxx index 7b3481ccb3ff..48d47874b33e 100644 --- a/comphelper/source/misc/accessibleeventnotifier.cxx +++ b/comphelper/source/misc/accessibleeventnotifier.cxx @@ -4,9 +4,9 @@ * * $RCSfile: accessibleeventnotifier.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:47:06 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:46:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -260,10 +260,8 @@ namespace comphelper { static_cast< XAccessibleEventListener* >( pListeners->get() )->notifyEvent( _rEvent ); } - catch( const Exception& e ) + catch( const Exception& ) { - e; - // silent this // no assertion, because a broken access remote bridge or something like this // can cause this exception } |