Tag: cws_src680_oj14 User: oj Date: 06/01/03 05:19:54 Modified: /dba/dbaccess/source/ui/control/ tabletree.cxx
Log: RESYNC: (1.27-1.28); FILE MERGED 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.8.1&r2=1.27.8.2 Delta lines: +4 -4 ------------------- --- tabletree.cxx 3 Jan 2006 07:49:03 -0000 1.27.8.1 +++ tabletree.cxx 3 Jan 2006 13:19:51 -0000 1.27.8.2 @@ -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]
