User: vg Date: 05/02/17 03:02:48 Modified: /dba/dbaccess/source/core/api/ querycomposer.cxx
Log: INTEGRATION: CWS dba23 (1.60.8); FILE MERGED 2005/01/19 08:45:18 oj 1.60.8.1: #i40293# cast to sal_int64 File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: querycomposer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/querycomposer.cxx?r1=1.60&r2=1.61 Delta lines: +1 -1 ------------------- --- querycomposer.cxx 5 Jan 2005 12:27:54 -0000 1.60 +++ querycomposer.cxx 17 Feb 2005 11:02:45 -0000 1.61 @@ -217,7 +217,7 @@ sal_Int64 SAL_CALL OQueryComposer::getSomething( const Sequence< sal_Int8 >& rId ) throw(RuntimeException) { if (rId.getLength() == 16 && 0 == rtl_compareMemory(getImplementationId().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]
