User: vg Date: 2007/03/26 06:58:03 Modified: dba/connectivity/source/drivers/ado/AStatement.cxx
Log: INTEGRATION: CWS mingwport03 (1.24.34); FILE MERGED 2006/11/07 12:31:25 vg 1.24.34.2: RESYNC: (1.24-1.25); FILE MERGED 2006/09/07 10:22:04 vg 1.24.34.1: #i53572# MinGW port File Changes: Directory: /dba/connectivity/source/drivers/ado/ ================================================ File [changed]: AStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/AStatement.cxx?r1=1.25&r2=1.26 Delta lines: +4 -4 ------------------- --- AStatement.cxx 17 Sep 2006 02:15:32 -0000 1.25 +++ AStatement.cxx 26 Mar 2007 13:58:00 -0000 1.26 @@ -151,7 +151,7 @@ OStatement_BASE::disposing(); } //----------------------------------------------------------------------------- -void SAL_CALL OStatement_Base::release() throw(RuntimeException) +void SAL_CALL OStatement_Base::release() throw() { relase_ChildImpl(); } @@ -853,17 +853,17 @@ } IMPLEMENT_SERVICE_INFO(OStatement,"com.sun.star.sdbcx.AStatement","com.sun.star.sdbc.Statement"); // ----------------------------------------------------------------------------- -void SAL_CALL OStatement_Base::acquire() throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OStatement_Base::acquire() throw() { OStatement_BASE::acquire(); } // ----------------------------------------------------------------------------- -void SAL_CALL OStatement::acquire() throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OStatement::acquire() throw() { OStatement_Base::acquire(); } // ----------------------------------------------------------------------------- -void SAL_CALL OStatement::release() throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OStatement::release() throw() { OStatement_Base::release(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
