User: vg      
Date: 2008-01-25 10:31:44+0000
Modified:
   dba/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx

Log:
 #i10000# masterfix from OOH680

File Changes:

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

File [changed]: NDatabaseMetaData.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx?r1=1.7&r2=1.8
Delta lines:  +3 -10
--------------------
--- NDatabaseMetaData.cxx       2008-01-24 18:17:38+0000        1.7
+++ NDatabaseMetaData.cxx       2008-01-25 10:31:41+0000        1.8
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: NDatabaseMetaData.cxx,v $
  *
- *  $Revision: 1.7 $
+ *  $Revision: 1.8 $
  *
- *  last change: $Author: vg $ $Date: 2008/01/24 18:17:38 $
+ *  last change: $Author: vg $ $Date: 2008/01/25 10:31:41 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -412,12 +412,6 @@
        return 0;// 0 means no limit
 }
 // -------------------------------------------------------------------------
-sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxStatementLength(  ) 
throw(SQLException, RuntimeException)
-{
-       sal_Int32 nValue = 0; // 0 means no limit
-       return nValue;
-}
-// -------------------------------------------------------------------------
 sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxTableNameLength(  ) 
throw(SQLException, RuntimeException)
 {
        return 0;// 0 means no limit
@@ -425,8 +419,7 @@
 // -------------------------------------------------------------------------
 sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxTablesInSelect(  ) 
throw(SQLException, RuntimeException)
 {
-       sal_Int32 nValue = 1; // We only support a single table
-       return nValue;
+       return 1; // We only support a single table
 }
 // -------------------------------------------------------------------------
 // -------------------------------------------------------------------------




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

Reply via email to