Tag: cws_dev300_dba30c
User: oj      
Date: 2008-05-08 11:29:26+0000
Modified:
   dba/dbaccess/source/core/api/RowSet.cxx

Log:
 unsigned fix

File Changes:

Directory: /dba/dbaccess/source/core/api/
=========================================

File [changed]: RowSet.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.cxx?r1=1.156.6.1&r2=1.156.6.2
Delta lines:  +2 -2
-------------------
--- RowSet.cxx  2008-05-08 07:25:46+0000        1.156.6.1
+++ RowSet.cxx  2008-05-08 11:29:23+0000        1.156.6.2
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: RowSet.cxx,v $
- * $Revision: 1.156.6.1 $
+ * $Revision: 1.156.6.2 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -2693,7 +2693,7 @@
        if ( m_aCurrentRow.isNull() )
         throwSQLException( "Invalid cursor state", SQL_INVALID_CURSOR_STATE, 
*this );
 
-    if ( (*m_aCurrentRow)->size() <= columnIndex )
+    if ( sal_Int32((*m_aCurrentRow)->size()) <= columnIndex )
         throwSQLException( "Invalid column index", 
SQL_INVALID_DESCRIPTOR_INDEX, *this );
         // TODO: resource
     if ( m_nResultSetConcurrency == ResultSetConcurrency::READ_ONLY)




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

Reply via email to