User: ihi     
Date: 2006/09/05 09:44:50

Modified:
   dba/dbaccess/source/core/api/SingleSelectQueryComposer.cxx

Log:
 #i100000# comparision of signed/unsigned

File Changes:

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

File [changed]: SingleSelectQueryComposer.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/SingleSelectQueryComposer.cxx?r1=1.18&r2=1.19
Delta lines:  +3 -3
-------------------
--- SingleSelectQueryComposer.cxx       5 Sep 2006 16:40:56 -0000       1.18
+++ SingleSelectQueryComposer.cxx       5 Sep 2006 16:44:48 -0000       1.19
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: SingleSelectQueryComposer.cxx,v $
  *
- *  $Revision: 1.18 $
+ *  $Revision: 1.19 $
  *
- *  last change: $Author: ihi $ $Date: 2006/09/05 16:40:56 $
+ *  last change: $Author: ihi $ $Date: 2006/09/05 16:44:48 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -793,7 +793,7 @@
 
                sal_Int32 nCount = xResultSetMeta->getColumnCount();
         sal_Int32 nSize  = aSelectColumns->size();
-        OSL_ENSURE( nCount == nSize, "OSingleSelectQueryComposer::getColumns: 
inconsistent column counts, this might result in wrong columns!" );
+        OSL_ENSURE( nCount == nSize , "OSingleSelectQueryComposer::getColumns: 
inconsistent column counts, this might result in wrong columns!" );
                for(sal_Int32 i=1;i<=nCount;++i)
                {
                        ::rtl::OUString sName = 
xResultSetMeta->getColumnName(i);




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

Reply via email to