Tag: cws_src680_mingwport2 User: vg Date: 2006/07/12 07:30:10 Modified: dba/connectivity/source/drivers/ado/AIndex.cxx
Log: RESYNC: (1.19-1.20); FILE MERGED File Changes: Directory: /dba/connectivity/source/drivers/ado/ ================================================ File [changed]: AIndex.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/AIndex.cxx?r1=1.19.22.1&r2=1.19.22.2 Delta lines: +8 -10 -------------------- --- AIndex.cxx 12 Jul 2006 10:37:59 -0000 1.19.22.1 +++ AIndex.cxx 12 Jul 2006 14:30:08 -0000 1.19.22.2 @@ -127,10 +127,8 @@ sal_Int64 OAdoIndex::getSomething( const Sequence< sal_Int8 > & rId ) throw (RuntimeException) { return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArray(), rId.getConstArray(), 16 ) ) - ? - (sal_Int64)this - : - OIndex_ADO::getSomething(rId); + ? reinterpret_cast< sal_Int64 >( this ) + : OIndex_ADO::getSomething(rId); } // ------------------------------------------------------------------------- void SAL_CALL OAdoIndex::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw (Exception) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
