User: hr      
Date: 06/06/19 18:44:46

Modified:
 /dba/connectivity/source/drivers/mozab/
  MResultSetMetaData.cxx

Log:
 INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED
 2005/11/16 12:59:14 fs 1.4.30.1: #i57457# warning free code

File Changes:

Directory: /dba/connectivity/source/drivers/mozab/
==================================================

File [changed]: MResultSetMetaData.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MResultSetMetaData.cxx?r1=1.4&r2=1.5
Delta lines:  +9 -9
-------------------
--- MResultSetMetaData.cxx      8 Sep 2005 06:20:07 -0000       1.4
+++ MResultSetMetaData.cxx      20 Jun 2006 01:44:43 -0000      1.5
@@ -80,7 +80,7 @@
 }
 // -------------------------------------------------------------------------
 
-sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 column ) 
throw(SQLException, RuntimeException)
+sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 /*column*/ ) 
throw(SQLException, RuntimeException)
 {
        return DataType::VARCHAR; // at the moment there exists only this type
 }
@@ -92,13 +92,13 @@
 }
 // -------------------------------------------------------------------------
 
-sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive( sal_Int32 column ) 
throw(SQLException, RuntimeException)
+sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive( sal_Int32 /*column*/ ) 
throw(SQLException, RuntimeException)
 {
        return sal_False;
 }
 // -------------------------------------------------------------------------
 
-::rtl::OUString SAL_CALL OResultSetMetaData::getSchemaName( sal_Int32 column ) 
throw(SQLException, RuntimeException)
+::rtl::OUString SAL_CALL OResultSetMetaData::getSchemaName( sal_Int32 
/*column*/ ) throw(SQLException, RuntimeException)
 {      
        return ::rtl::OUString();
 }
@@ -112,12 +112,12 @@
        return aName.hasValue() ? getString(aName) : 
getString((*m_xColumns)[column-1]->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME)));
 }
 // -------------------------------------------------------------------------
-::rtl::OUString SAL_CALL OResultSetMetaData::getTableName( sal_Int32 column ) 
throw(SQLException, RuntimeException)
+::rtl::OUString SAL_CALL OResultSetMetaData::getTableName( sal_Int32 
/*column*/ ) throw(SQLException, RuntimeException)
 {
        return m_aTableName;
 }
 // -------------------------------------------------------------------------
-::rtl::OUString SAL_CALL OResultSetMetaData::getCatalogName( sal_Int32 column 
) throw(SQLException, RuntimeException)
+::rtl::OUString SAL_CALL OResultSetMetaData::getCatalogName( sal_Int32 
/*column*/ ) throw(SQLException, RuntimeException)
 {
        return ::rtl::OUString();
 }
@@ -133,7 +133,7 @@
        return getColumnName(column);
 }
 // -------------------------------------------------------------------------
-::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();
 }
@@ -146,12 +146,12 @@
 }
 // -------------------------------------------------------------------------
 
-sal_Bool SAL_CALL OResultSetMetaData::isAutoIncrement( sal_Int32 column ) 
throw(SQLException, RuntimeException)
+sal_Bool SAL_CALL OResultSetMetaData::isAutoIncrement( sal_Int32 /*column*/ ) 
throw(SQLException, RuntimeException)
 {
        return sal_False;
 }
 // -------------------------------------------------------------------------
-sal_Bool SAL_CALL OResultSetMetaData::isSigned( sal_Int32 column ) 
throw(SQLException, RuntimeException)
+sal_Bool SAL_CALL OResultSetMetaData::isSigned( sal_Int32 /*column*/ ) 
throw(SQLException, RuntimeException)
 {
        return sal_False;
 }
@@ -176,7 +176,7 @@
 }
 // -------------------------------------------------------------------------
 
-sal_Bool SAL_CALL OResultSetMetaData::isSearchable( sal_Int32 column ) 
throw(SQLException, RuntimeException)
+sal_Bool SAL_CALL OResultSetMetaData::isSearchable( sal_Int32 /*column*/ ) 
throw(SQLException, RuntimeException)
 {
     OSL_TRACE("In/Out : OResultSetMetaData::isSearchable() : True");
        return sal_True;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to