User: hr      
Date: 06/06/19 18:15:06

Modified:
 /dba/connectivity/source/drivers/ado/
  AResultSetMetaData.cxx

Log:
 INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED
 2005/12/22 11:44:36 fs 1.9.30.1: #i57457# warning-free code

File Changes:

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

File [changed]: AResultSetMetaData.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/AResultSetMetaData.cxx?r1=1.9&r2=1.10
Delta lines:  +5 -5
-------------------
--- AResultSetMetaData.cxx      8 Sep 2005 05:30:53 -0000       1.9
+++ AResultSetMetaData.cxx      20 Jun 2006 01:15:03 -0000      1.10
@@ -106,7 +106,7 @@
 }
 // -------------------------------------------------------------------------
 
-::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();
 }
@@ -135,12 +135,12 @@
        return sTableName;
 }
 // -------------------------------------------------------------------------
-::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();
 }
 // -------------------------------------------------------------------------
-::rtl::OUString SAL_CALL OResultSetMetaData::getColumnTypeName( sal_Int32 
column ) throw(SQLException, RuntimeException)
+::rtl::OUString SAL_CALL OResultSetMetaData::getColumnTypeName( sal_Int32 
/*column*/ ) throw(SQLException, RuntimeException)
 {
        return ::rtl::OUString();
 }
@@ -150,7 +150,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();
 }
@@ -232,7 +232,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)
 {
        return sal_True;
 }




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

Reply via email to