User: kz Date: 2008-05-05 16:06:37+0000 Modified: dba/dbaccess/source/ui/querydesign/querycontroller.cxx
Log: INTEGRATION: CWS dba30b (1.115.4); FILE MERGED 2008/04/15 22:14:22 fs 1.115.4.2: RESYNC: (1.115-1.117); FILE MERGED 2008/03/16 14:07:58 fs 1.115.4.1: some exception handling re-factoring File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: querycontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/querycontroller.cxx?r1=1.117&r2=1.118 Delta lines: +1 -1 ------------------- --- querycontroller.cxx 2008-04-10 16:28:40+0000 1.117 +++ querycontroller.cxx 2008-05-05 16:06:34+0000 1.118 @@ -892,7 +892,7 @@ } catch(SQLException& e) { - OSL_ENSURE(sal_False, "OQueryController::impl_initialize: caught an exception!"); + DBG_UNHANDLED_EXCEPTION(); // we caught an exception so we switch to text only mode { m_bGraphicalDesign = sal_False; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
