Tag: cws_src680_dba205b
User: fs      
Date: 2006/09/10 23:53:49

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

Log:
 RESYNC: (1.17-1.20); FILE MERGED

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.15.18.2&r2=1.15.18.3
Delta lines:  +1 -1
-------------------
--- SingleSelectQueryComposer.cxx       4 Sep 2006 11:57:44 -0000       
1.15.18.2
+++ SingleSelectQueryComposer.cxx       11 Sep 2006 06:53:46 -0000      
1.15.18.3
@@ -792,7 +792,7 @@
         SizeTSet aUsedSelectColumns;
 
                sal_Int32 nCount = xResultSetMeta->getColumnCount();
-        OSL_ENSURE( nCount == aSelectColumns->size(), 
"OSingleSelectQueryComposer::getColumns: inconsistent column counts, this might 
result in wrong columns!" );
+        OSL_ENSURE( (size_t) nCount == aSelectColumns->size(), 
"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