User: vg Date: 2007/03/26 06:58:52 Modified: dba/connectivity/source/drivers/ado/AView.cxx
Log: INTEGRATION: CWS mingwport03 (1.14.60); FILE MERGED 2006/11/07 12:32:10 vg 1.14.60.2: RESYNC: (1.14-1.15); FILE MERGED 2006/09/07 10:22:04 vg 1.14.60.1: #i53572# MinGW port File Changes: Directory: /dba/connectivity/source/drivers/ado/ ================================================ File [changed]: AView.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/AView.cxx?r1=1.15&r2=1.16 Delta lines: +2 -2 ------------------- --- AView.cxx 17 Sep 2006 02:16:42 -0000 1.15 +++ AView.cxx 26 Mar 2007 13:58:49 -0000 1.16 @@ -133,12 +133,12 @@ OView_ADO::getFastPropertyValue(rValue,nHandle); } // ----------------------------------------------------------------------------- -void SAL_CALL OAdoView::acquire() throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OAdoView::acquire() throw() { OView_ADO::acquire(); } // ----------------------------------------------------------------------------- -void SAL_CALL OAdoView::release() throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OAdoView::release() throw() { OView_ADO::release(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
