User: vg Date: 05/02/17 03:02:20 Modified: /dba/dbaccess/source/core/api/ TableDeco.cxx
Log: INTEGRATION: CWS dba23 (1.23.44); FILE MERGED 2005/01/19 08:45:17 oj 1.23.44.1: #i40293# cast to sal_int64 File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: TableDeco.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/TableDeco.cxx?r1=1.23&r2=1.24 Delta lines: +1 -1 ------------------- --- TableDeco.cxx 22 Oct 2004 08:55:51 -0000 1.23 +++ TableDeco.cxx 17 Feb 2005 11:02:12 -0000 1.24 @@ -578,7 +578,7 @@ sal_Int64 SAL_CALL ODBTableDecorator::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); sal_Int64 nRet = 0; Reference<XUnoTunnel> xTunnel(m_xTable,UNO_QUERY); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
