User: kz Date: 05/10/05 07:45:43 Modified: /dba/dbaccess/source/ui/control/ tabletree.cxx
Log: INTEGRATION: CWS intptr (1.26.150); FILE MERGED 2005/09/13 14:50:24 kendy 1.26.150.1: #i54498# Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer 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.27&r2=1.28 Delta lines: +1 -1 ------------------- --- tabletree.cxx 8 Sep 2005 14:36:28 -0000 1.27 +++ tabletree.cxx 5 Oct 2005 14:45:38 -0000 1.28 @@ -131,7 +131,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]
