Tag: cws_src680_mingwport2
User: vg      
Date: 2006/07/12 07:28:29

Modified:
   dba/connectivity/source/drivers/ado/AKey.cxx

Log:
 RESYNC: (1.18-1.19); FILE MERGED

File Changes:

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

File [changed]: AKey.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/AKey.cxx?r1=1.18.22.1&r2=1.18.22.2
Delta lines:  +8 -10
--------------------
--- AKey.cxx    12 Jul 2006 10:37:59 -0000      1.18.22.1
+++ AKey.cxx    12 Jul 2006 14:28:26 -0000      1.18.22.2
@@ -117,10 +117,8 @@
 sal_Int64 OAdoKey::getSomething( const Sequence< sal_Int8 > & rId ) throw 
(RuntimeException)
 {
        return (rId.getLength() == 16 && 0 == 
rtl_compareMemory(getUnoTunnelImplementationId().getConstArray(),  
rId.getConstArray(), 16 ) ) 
-                               ?
-                       (sal_Int64)this
-                               : 
-                       OKey_ADO::getSomething(rId);
+                               ? reinterpret_cast< sal_Int64 >( this )
+                               : OKey_ADO::getSomething(rId);
 }
 // -------------------------------------------------------------------------
 void OAdoKey::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& 
rValue)throw (Exception)




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

Reply via email to