Tag: cws_src680_mingwport2
User: vg      
Date: 2006/07/12 07:31:38

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

Log:
 RESYNC: (1.13-1.14); FILE MERGED

File Changes:

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

File [changed]: AView.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/AView.cxx?r1=1.13.22.1&r2=1.13.22.2
Delta lines:  +8 -10
--------------------
--- AView.cxx   12 Jul 2006 10:38:00 -0000      1.13.22.1
+++ AView.cxx   12 Jul 2006 14:31:35 -0000      1.13.22.2
@@ -92,10 +92,8 @@
 sal_Int64 OAdoView::getSomething( const Sequence< sal_Int8 > & rId ) throw 
(RuntimeException)
 {
        return (rId.getLength() == 16 && 0 == 
rtl_compareMemory(getUnoTunnelImplementationId().getConstArray(),  
rId.getConstArray(), 16 ) ) 
-                               ?
-                       (sal_Int64)this
-                               : 
-                       OView_ADO::getSomething(rId);
+                               ? reinterpret_cast< sal_Int64 >( this )
+                               : OView_ADO::getSomething(rId);
 }
 
 // -------------------------------------------------------------------------




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

Reply via email to