User: hr      
Date: 06/06/19 18:16:14

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

Log:
 INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED
 2005/11/07 14:43:10 fs 1.13.30.1: #i57457# warning-free code

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&r2=1.14
Delta lines:  +5 -7
-------------------
--- AView.cxx   8 Sep 2005 05:32:17 -0000       1.13
+++ AView.cxx   20 Jun 2006 01:16:12 -0000      1.14
@@ -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