User: hr      
Date: 06/06/19 18:45:43

Modified:
 /dba/connectivity/source/drivers/mozab/
  MTable.cxx

Log:
 INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED
 2005/11/07 14:43:48 fs 1.6.30.1: #i57457# warning-free code

File Changes:

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

File [changed]: MTable.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MTable.cxx?r1=1.6&r2=1.7
Delta lines:  +4 -6
-------------------
--- MTable.cxx  8 Sep 2005 06:21:19 -0000       1.6
+++ MTable.cxx  20 Jun 2006 01:45:41 -0000      1.7
@@ -157,10 +157,8 @@
 sal_Int64 OTable::getSomething( const Sequence< sal_Int8 > & rId ) throw 
(RuntimeException)
 {
     return (rId.getLength() == 16 && 0 == 
rtl_compareMemory(getUnoTunnelImplementationId().getConstArray(),  
rId.getConstArray(), 16 ) ) 
-                ?
-            (sal_Int64)this
-                : 
-            OTable_TYPEDEF::getSomething(rId);
+                ? reinterpret_cast< sal_Int64 >( this )
+                : OTable_TYPEDEF::getSomething(rId);
 }
 // 
-----------------------------------------------------------------------------
 




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

Reply via email to