User: kz Date: 2008-05-05 15:53:22+0000 Modified: dba/dbaccess/source/ui/browser/genericcontroller.cxx
Log: INTEGRATION: CWS dba30b (1.84.4); FILE MERGED 2008/04/15 22:12:51 fs 1.84.4.2: RESYNC: (1.84-1.87); FILE MERGED 2008/03/16 14:05:17 fs 1.84.4.1: some exception handling re-factoring File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: genericcontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/genericcontroller.cxx?r1=1.87&r2=1.88 Delta lines: +8 -8 ------------------- --- genericcontroller.cxx 2008-04-10 14:07:56+0000 1.87 +++ genericcontroller.cxx 2008-05-05 15:53:19+0000 1.88 @@ -1243,7 +1243,7 @@ } catch( const Exception& ) { - OSL_ENSURE( sal_False, "lcl_getModuleHelpModuleName: caught an exception!" ); + DBG_UNHANDLED_EXCEPTION(); } if ( !pReturn ) @@ -1299,9 +1299,9 @@ xHelpDispatch->dispatch(aURL, Sequence< PropertyValue >()); } } - catch(const Exception&) + catch( const Exception& ) { - OSL_ENSURE(sal_False, "SbaTableQueryBrowser::openHelpAgent: caught an exception while executing the dispatch!"); + DBG_UNHANDLED_EXCEPTION(); } } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
