User: hr      
Date: 06/06/19 18:13:35

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

Log:
 INTEGRATION: CWS warnings01 (1.16.30); FILE MERGED
 2005/12/22 11:44:34 fs 1.16.30.2: #i57457# warning-free code
 2005/11/07 14:43:06 fs 1.16.30.1: #i57457# warning-free code

File Changes:

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

File [changed]: AGroup.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/AGroup.cxx?r1=1.16&r2=1.17
Delta lines:  +3 -7
-------------------
--- AGroup.cxx  8 Sep 2005 05:28:29 -0000       1.16
+++ AGroup.cxx  20 Jun 2006 01:13:33 -0000      1.17
@@ -69,8 +69,6 @@
 // -------------------------------------------------------------------------
 void WpADOGroup::Create()
 {
-       IClassFactory2* pIUnknown       = NULL;
-       IUnknown        *pOuter         = NULL;
        HRESULT         hr = -1;
        ADOGroup* pGroup = NULL;
        hr = CoCreateInstance(ADOS::CLSID_ADOGROUP_25,
@@ -137,10 +135,8 @@
 sal_Int64 OAdoGroup::getSomething( const Sequence< sal_Int8 > & rId ) throw 
(RuntimeException)
 {
        return (rId.getLength() == 16 && 0 == 
rtl_compareMemory(getUnoTunnelImplementationId().getConstArray(),  
rId.getConstArray(), 16 ) ) 
-                               ?
-                       (sal_Int64)this
-                               : 
-                       OGroup_ADO::getSomething(rId);
+                               ? reinterpret_cast< sal_Int64 >( this )
+                               : OGroup_ADO::getSomething(rId);
 }
 
 // -------------------------------------------------------------------------




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

Reply via email to