Tag: cws_src680_dba24
User: oj      
Date: 05/02/21 05:08:17

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

Log:
 RESYNC: (1.46-1.47); FILE MERGED

File Changes:

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

File [changed]: column.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/column.cxx?r1=1.46.50.1&r2=1.46.50.2
Delta lines:  +1 -1
-------------------
--- column.cxx  9 Feb 2005 08:12:58 -0000       1.46.50.1
+++ column.cxx  21 Feb 2005 13:08:13 -0000      1.46.50.2
@@ -306,7 +306,7 @@
 sal_Int64 OColumn::getSomething( const Sequence< sal_Int8 > & rId ) throw 
(RuntimeException)
 {
        if (rId.getLength() == 16 && 0 == 
rtl_compareMemory(getUnoTunnelImplementationId().getConstArray(),  
rId.getConstArray(), 16 ) )
-               return (sal_Int64)this; 
+               return reinterpret_cast<sal_Int64>(this);
 
        return 0;
 }




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

Reply via email to