Tag: cws_src680_mingwport2 User: vg Date: 2006/07/12 07:31:07 Modified: dba/connectivity/source/drivers/ado/AStatement.cxx
Log: RESYNC: (1.22-1.23); FILE MERGED 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.22.8.1&r2=1.22.8.2 Delta lines: +8 -8 ------------------- --- AStatement.cxx 12 Jul 2006 10:37:59 -0000 1.22.8.1 +++ AStatement.cxx 12 Jul 2006 14:31:04 -0000 1.22.8.2 @@ -656,11 +656,11 @@ } } //------------------------------------------------------------------------------ -void OStatement_Base::setFetchDirection(sal_Int32 _par0) throw(SQLException, RuntimeException) +void OStatement_Base::setFetchDirection(sal_Int32 /*_par0*/) throw(SQLException, RuntimeException) { ::osl::MutexGuard aGuard( m_aMutex ); checkDisposed(OStatement_BASE::rBHelper.bDisposed); - + ::dbtools::throwFeatureNotImplementedException( "Statement::FetchDirection", *this ); } //------------------------------------------------------------------------------ void OStatement_Base::setFetchSize(sal_Int32 _par0) throw(SQLException, RuntimeException) @@ -673,12 +673,11 @@ // m_RecordSet.put_CacheSize(_par0); } //------------------------------------------------------------------------------ -void OStatement_Base::setMaxFieldSize(sal_Int32 _par0) throw(SQLException, RuntimeException) +void OStatement_Base::setMaxFieldSize(sal_Int32 /*_par0*/) throw(SQLException, RuntimeException) { ::osl::MutexGuard aGuard( m_aMutex ); checkDisposed(OStatement_BASE::rBHelper.bDisposed); - - + ::dbtools::throwFeatureNotImplementedException( "Statement::MaxFieldSize", *this ); } //------------------------------------------------------------------------------ void OStatement_Base::setCursorName(const ::rtl::OUString &_par0) throw(SQLException, RuntimeException) @@ -765,6 +764,7 @@ { bModified = sal_True; // will ensure that the property is set OSL_ENSURE( sal_False, "OStatement_Base::convertFastPropertyValue: caught something strange!" ); + (void)e; } return bModified; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
