User: kz Date: 2008-05-05 15:52:27+0000 Modified: dba/dbaccess/source/ui/app/AppView.cxx
Log: INTEGRATION: CWS dba30b (1.22.4); FILE MERGED 2008/04/15 22:12:38 fs 1.22.4.2: RESYNC: (1.22-1.23); FILE MERGED 2008/03/16 14:04:59 fs 1.22.4.1: #i86996# +loadComponent/WithArguments / some re-factoring File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.cxx?r1=1.23&r2=1.24 Delta lines: +7 -4 ------------------- --- AppView.cxx 2008-04-10 14:01:07+0000 1.23 +++ AppView.cxx 2008-05-05 15:52:24+0000 1.24 @@ -39,6 +39,9 @@ #ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> #endif +#ifndef TOOLS_DIAGNOSE_EX_H +#include <tools/diagnose_ex.h> +#endif #ifndef DBAUI_IAPPELEMENTNOTIFICATION_HXX #include "IAppElementNotification.hxx" #endif @@ -612,9 +615,9 @@ if ( xNameAccess.is() && xNameAccess->hasByName(_sName) ) m_xObject.set(xNameAccess->getByName(_sName),UNO_QUERY); } - catch(Exception) + catch( const Exception& ) { - OSL_ENSURE(0,"Exception caught!"); + DBG_UNHANDLED_EXCEPTION(); } if ( m_xObject.is() ) startComponentListening(m_xObject); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
