User: kz Date: 2008-05-05 16:10:44+0000 Modified: dba/dbaccess/source/ui/uno/dbinteraction.cxx
Log: INTEGRATION: CWS dba30b (1.17.4); FILE MERGED 2008/04/15 22:14:45 fs 1.17.4.2: RESYNC: (1.17-1.18); FILE MERGED 2008/03/16 14:08:19 fs 1.17.4.1: some exception handling re-factoring File Changes: Directory: /dba/dbaccess/source/ui/uno/ ======================================= File [changed]: dbinteraction.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/dbinteraction.cxx?r1=1.18&r2=1.19 Delta lines: +8 -8 ------------------- --- dbinteraction.cxx 2008-04-10 16:53:58+0000 1.18 +++ dbinteraction.cxx 2008-05-05 16:10:42+0000 1.19 @@ -208,9 +208,9 @@ break; } } - catch(RuntimeException&) + catch( const Exception& ) { - DBG_ERROR("OInteractionHandler::implHandle(ParametersRequest): caught a RuntimeException while calling the continuation callback!"); + DBG_UNHANDLED_EXCEPTION(); } } @@ -344,9 +344,9 @@ break; } } - catch(RuntimeException&) + catch( const Exception& ) { - DBG_ERROR("OInteractionHandler::implHandle(DocumentSaveRequest): caught a RuntimeException while calling the continuation callback!"); + DBG_UNHANDLED_EXCEPTION(); } } else if ( -1 != nApprovePos ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
