User: vg Date: 05/02/17 03:03:02 Modified: /dba/dbaccess/source/core/api/ table.cxx
Log: INTEGRATION: CWS dba23 (1.52.44); FILE MERGED 2005/01/19 08:45:18 oj 1.52.44.1: #i40293# cast to sal_int64 File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: table.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/table.cxx?r1=1.52&r2=1.53 Delta lines: +1 -1 ------------------- --- table.cxx 22 Oct 2004 08:57:42 -0000 1.52 +++ table.cxx 17 Feb 2005 11:03:00 -0000 1.53 @@ -458,7 +458,7 @@ { sal_Int64 nRet(0); if (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArray(), rId.getConstArray(), 16 ) ) - nRet = (sal_Int64)this; + nRet = reinterpret_cast<sal_Int64>(this); else nRet = OTable_Base::getSomething(rId); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
