User: hr      
Date: 06/06/19 18:15:28

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

Log:
 INTEGRATION: CWS warnings01 (1.27.30); FILE MERGED
 2005/12/22 11:44:37 fs 1.27.30.2: #i57457# warning-free code
 2005/11/07 14:43:08 fs 1.27.30.1: #i57457# warning-free code

File Changes:

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

File [changed]: ATable.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/ATable.cxx?r1=1.27&r2=1.28
Delta lines:  +13 -15
---------------------
--- ATable.cxx  8 Sep 2005 05:31:23 -0000       1.27
+++ ATable.cxx  20 Jun 2006 01:15:26 -0000      1.28
@@ -195,10 +195,8 @@
 sal_Int64 OAdoTable::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);
 }
 // -------------------------------------------------------------------------
 // XRename
@@ -226,7 +224,7 @@
 
        sal_Bool bError = sal_True;
        OAdoColumn* pColumn = NULL;
-       if(getImplementation(pColumn,descriptor) && pColumn != NULL)
+       if(::getImplementation(pColumn,descriptor) && pColumn != NULL)
        {
                WpADOColumns aColumns = m_aTable.get_Columns();
                bError = !aColumns.Delete(colName);




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

Reply via email to