User: kz Date: 2008-05-05 15:58:05+0000 Modified: dba/dbaccess/source/ui/dlg/queryorder.cxx
Log: INTEGRATION: CWS dba30b (1.20.158); FILE MERGED 2008/04/15 22:13:33 fs 1.20.158.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/16 14:09:03 fs 1.20.158.1: some exception handling re-factoring File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: queryorder.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/queryorder.cxx?r1=1.21&r2=1.22 Delta lines: +1 -1 ------------------- --- queryorder.cxx 2008-04-10 15:01:33+0000 1.21 +++ queryorder.cxx 2008-05-05 15:58:02+0000 1.22 @@ -171,7 +171,7 @@ } catch(const Exception&) { - OSL_ENSURE(0,"Exception catched while filling order lines!"); + DBG_UNHANDLED_EXCEPTION(); } EnableLines(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
