From ecd05fb0819f4056fa130e7249da6161d74c83c0 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 21:46:44 +0000 Subject: 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. --- comphelper/source/misc/accessibleeventnotifier.cxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'comphelper') 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 } -- cgit