User: vg Date: 2007/03/26 06:56:18 Modified: dba/connectivity/source/drivers/ado/AColumn.cxx
Log: INTEGRATION: CWS mingwport03 (1.24.60); FILE MERGED 2006/11/07 12:28:11 vg 1.24.60.2: RESYNC: (1.24-1.25); FILE MERGED 2006/09/07 10:22:02 vg 1.24.60.1: #i53572# MinGW port File Changes: Directory: /dba/connectivity/source/drivers/ado/ ================================================ File [changed]: AColumn.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/AColumn.cxx?r1=1.25&r2=1.26 Delta lines: +2 -2 ------------------- --- AColumn.cxx 17 Sep 2006 02:11:15 -0000 1.25 +++ AColumn.cxx 26 Mar 2007 13:56:16 -0000 1.26 @@ -311,12 +311,12 @@ } // ----------------------------------------------------------------------------- // ----------------------------------------------------------------------------- -void SAL_CALL OAdoColumn::acquire() throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OAdoColumn::acquire() throw() { OColumn_ADO::acquire(); } // ----------------------------------------------------------------------------- -void SAL_CALL OAdoColumn::release() throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OAdoColumn::release() throw() { OColumn_ADO::release(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
