User: hr Date: 06/06/19 18:18:57 Modified: /dba/connectivity/source/drivers/dbase/ DCode.cxx
Log: INTEGRATION: CWS warnings01 (1.4.28); FILE MERGED 2005/11/07 14:43:12 fs 1.4.28.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/drivers/dbase/ ================================================== File [changed]: DCode.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DCode.cxx?r1=1.4&r2=1.5 Delta lines: +6 -6 ------------------- --- DCode.cxx 8 Sep 2005 05:37:00 -0000 1.4 +++ DCode.cxx 20 Jun 2006 01:18:55 -0000 1.5 @@ -119,7 +119,7 @@ Reference<XUnoTunnel> xTunnel(m_xIndex,UNO_QUERY); if(xTunnel.is()) { - ODbaseIndex* pIndex = (ODbaseIndex*)xTunnel->getSomething(ODbaseIndex::getUnoTunnelImplementationId()); + ODbaseIndex* pIndex = reinterpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoTunnelImplementationId()) ); if(pIndex) { OIndexIterator* pIter = pIndex->createIterator(pOp,pRight); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
