User: hr Date: 06/06/19 18:15:17 Modified: /dba/connectivity/source/drivers/ado/ AStatement.cxx
Log: INTEGRATION: CWS warnings01 (1.21.30); FILE MERGED 2006/01/25 20:48:34 sb 1.21.30.2: RESYNC: (1.21-1.22); FILE MERGED 2005/12/22 11:44:36 fs 1.21.30.1: #i57457# warning-free code 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&r2=1.23 Delta lines: +5 -5 ------------------- --- AStatement.cxx 21 Dec 2005 13:15:37 -0000 1.22 +++ AStatement.cxx 20 Jun 2006 01:15:15 -0000 1.23 @@ -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]
