User: hr Date: 06/06/19 18:56:28 Modified: /dba/connectivity/source/drivers/odbc/ OResultSetMetaData.cxx
Log: INTEGRATION: CWS warnings01 (1.17.30); FILE MERGED 2005/11/16 12:59:21 fs 1.17.30.2: #i57457# warning free code 2005/11/07 14:44:03 fs 1.17.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/drivers/odbc/ ================================================= File [changed]: OResultSetMetaData.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/odbc/OResultSetMetaData.cxx?r1=1.17&r2=1.18 Delta lines: +2 -3 ------------------- --- OResultSetMetaData.cxx 8 Sep 2005 06:35:42 -0000 1.17 +++ OResultSetMetaData.cxx 20 Jun 2006 01:56:26 -0000 1.18 @@ -99,7 +99,6 @@ column = m_vMapping[_column]; sal_Int32 nValue=0; - sal_Int16 nLen = sizeof(nValue); OTools::ThrowException(m_pConnection,N3SQLColAttribute(m_aStatementHandle, (SQLUSMALLINT)column, (SQLUSMALLINT)ident, @@ -189,7 +188,7 @@ return getCharColAttrib(column,SQL_DESC_LABEL); } // ------------------------------------------------------------------------- -::rtl::OUString SAL_CALL OResultSetMetaData::getColumnServiceName( sal_Int32 column ) throw(SQLException, RuntimeException) +::rtl::OUString SAL_CALL OResultSetMetaData::getColumnServiceName( sal_Int32 /*column*/ ) throw(SQLException, RuntimeException) { return ::rtl::OUString(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
