User: vg Date: 2007/03/26 06:55:54 Modified: dba/connectivity/source/drivers/ado/ACallableStatement.cxx
Log: INTEGRATION: CWS mingwport03 (1.7.60); FILE MERGED 2006/11/07 12:27:47 vg 1.7.60.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/07 10:22:02 vg 1.7.60.1: #i53572# MinGW port File Changes: Directory: /dba/connectivity/source/drivers/ado/ ================================================ File [changed]: ACallableStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/ACallableStatement.cxx?r1=1.8&r2=1.9 Delta lines: +2 -2 ------------------- --- ACallableStatement.cxx 17 Sep 2006 02:10:46 -0000 1.8 +++ ACallableStatement.cxx 26 Mar 2007 13:55:51 -0000 1.9 @@ -235,12 +235,12 @@ } // ------------------------------------------------------------------------- // ----------------------------------------------------------------------------- -void SAL_CALL OCallableStatement::acquire() throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OCallableStatement::acquire() throw() { OPreparedStatement::acquire(); } // ----------------------------------------------------------------------------- -void SAL_CALL OCallableStatement::release() throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OCallableStatement::release() throw() { OPreparedStatement::release(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
