User: vg Date: 05/02/17 03:02:35 Modified: /dba/dbaccess/source/core/api/ column.cxx
Log: INTEGRATION: CWS dba23 (1.46.44); FILE MERGED 2005/01/19 08:45:17 oj 1.46.44.1: #i40293# cast to sal_int64 File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: column.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/column.cxx?r1=1.46&r2=1.47 Delta lines: +1 -1 ------------------- --- column.cxx 22 Oct 2004 08:56:12 -0000 1.46 +++ column.cxx 17 Feb 2005 11:02:32 -0000 1.47 @@ -306,7 +306,7 @@ sal_Int64 OColumn::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); return 0; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
