User: kz Date: 2008-06-25 14:52:35+0000 Modified: dba/dbaccess/source/ui/misc/linkeddocuments.cxx
Log: INTEGRATION: CWS rptwizard01 (1.27.18); FILE MERGED 2008/05/21 11:00:07 lla 1.27.18.2: RESYNC: (1.27-1.29); FILE MERGED 2008/04/14 09:13:20 lla 1.27.18.1: #i86092# get access to the exception in debug pursose File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: linkeddocuments.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/linkeddocuments.cxx?r1=1.30&r2=1.31 Delta lines: +5 -4 ------------------- --- linkeddocuments.cxx 2008-06-06 14:12:00+0000 1.30 +++ linkeddocuments.cxx 2008-06-25 14:52:32+0000 1.31 @@ -321,9 +321,10 @@ ::comphelper::disposeComponent(xFormWizard); } } - catch( const Exception& ) + catch(const Exception& e) { - DBG_UNHANDLED_EXCEPTION(); + (void) e; + OSL_ENSURE(sal_False, "OLinkedDocumentsAccess::newWithPilot: caught an exception while loading the object!"); } return xRet; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
