User: kz      
Date: 05/10/05 07:18:44

Modified:
 /dba/connectivity/source/drivers/odbc/
  OResultSet.cxx

Log:
 INTEGRATION: CWS intptr (1.58.114); FILE MERGED
 2005/09/13 14:49:54 kendy 1.58.114.1: #i54498#
 Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a 
pointer

File Changes:

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

File [changed]: OResultSet.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/odbc/OResultSet.cxx?r1=1.60&r2=1.61
Delta lines:  +1 -1
-------------------
--- OResultSet.cxx      23 Sep 2005 11:41:49 -0000      1.60
+++ OResultSet.cxx      5 Oct 2005 14:18:41 -0000       1.61
@@ -1676,7 +1676,7 @@
                        if (nRet != SQL_SUCCESS && nRet != 
SQL_SUCCESS_WITH_INFO && nRet != SQL_NEED_DATA)
                                break;
 
-                       sal_Int32 nColumnIndex ( 
reinterpret_cast<sal_Int32>(pColumnIndex));
+                       sal_IntPtr nColumnIndex ( 
reinterpret_cast<sal_IntPtr>(pColumnIndex));
                        Sequence< sal_Int8 > aSeq;
                        switch(m_aRow[nColumnIndex].getTypeKind())
                        {




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

Reply via email to