Tag: cws_src680_ooo64bit02 User: pjanik Date: 05/01/21 07:06:08 Modified: /dba/dbaccess/source/ui/control/ tabletree.cxx
Log: #i8584#: sal_IntPtr instead of sal_Int32 for pointers. File Changes: Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: tabletree.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/tabletree.cxx?r1=1.25&r2=1.25.32.1 Delta lines: +4 -4 ------------------- --- tabletree.cxx 9 Nov 2004 12:27:45 -0000 1.25 +++ tabletree.cxx 21 Jan 2005 15:06:03 -0000 1.25.32.1 @@ -2,9 +2,9 @@ * * $RCSfile: tabletree.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.25.32.1 $ * - * last change: $Author: hr $ $Date: 2004/11/09 12:27:45 $ + * last change: $Author: pjanik $ $Date: 2005/01/21 15:06:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -153,7 +153,7 @@ SvLBoxEntry* pEntryLoop = First(); while (pEntryLoop) { - sal_Int32 nType = reinterpret_cast<sal_Int32>(pEntryLoop->GetUserData()); + sal_Int32 nType = reinterpret_cast<sal_IntPtr>(pEntryLoop->GetUserData()); if ( nType ) { USHORT nCount = pEntryLoop->ItemCount(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
