User: obo Date: 2006/10/12 06:41:59 Modified: dba/dbaccess/source/ui/misc/componentclientmonitor.cxx
Log: INTEGRATION: CWS sb59 (1.4.32); FILE MERGED 2006/08/29 11:44:30 sb 1.4.32.1: #i67487# Made code warning-free (wntmsci10). File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: componentclientmonitor.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/componentclientmonitor.cxx?r1=1.7&r2=1.8 Delta lines: +6 -6 ------------------- --- componentclientmonitor.cxx 18 Sep 2006 11:05:35 -0000 1.7 +++ componentclientmonitor.cxx 12 Oct 2006 13:41:56 -0000 1.8 @@ -127,7 +127,7 @@ m_aClients.push_back( _rxClient ); } } - catch( const Exception& e ) + catch( const Exception& ) { DBG_UNHANDLED_EXCEPTION(); } @@ -163,7 +163,7 @@ } } } - catch( const Exception& e ) + catch( const Exception& ) { DBG_UNHANDLED_EXCEPTION(); } @@ -184,7 +184,7 @@ m_xComponent->dispose( ); m_xComponent.clear( ); } - catch( const Exception& e ) + catch( const Exception& ) { DBG_UNHANDLED_EXCEPTION(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
