User: hr Date: 06/06/19 18:02:46 Modified: /dba/connectivity/source/commontools/ ConnectionWrapper.cxx
Log: INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2005/11/07 14:42:57 fs 1.11.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: ConnectionWrapper.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/ConnectionWrapper.cxx?r1=1.11&r2=1.12 Delta lines: +9 -9 ------------------- --- ConnectionWrapper.cxx 8 Sep 2005 05:08:32 -0000 1.11 +++ ConnectionWrapper.cxx 20 Jun 2006 01:02:44 -0000 1.12 @@ -189,7 +189,7 @@ sal_Int64 SAL_CALL OConnectionWrapper::getSomething( const Sequence< sal_Int8 >& rId ) throw(RuntimeException) { if (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArray(), rId.getConstArray(), 16 ) ) - return (sal_Int64)this; + return reinterpret_cast< sal_Int64 >( this ); if(m_xUnoTunnel.is()) return m_xUnoTunnel->getSomething(rId); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
