User: obo Date: 2006/10/12 02:23:21 Modified: dba/dbaccess/source/ui/control/tabletree.cxx
Log: #i70329# fix for x86_64 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.32&r2=1.33 Delta lines: +4 -4 ------------------- --- tabletree.cxx 5 Oct 2006 13:03:28 -0000 1.32 +++ tabletree.cxx 12 Oct 2006 09:23:18 -0000 1.33 @@ -4,9 +4,9 @@ * * $RCSfile: tabletree.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: kz $ $Date: 2006/10/05 13:03:28 $ + * last change: $Author: obo $ $Date: 2006/10/12 09:23:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -153,7 +153,7 @@ // ----------------------------------------------------------------------------- bool OTableTreeListBox::isFolderEntry( const SvLBoxEntry* _pEntry ) const { - return reinterpret_cast< int >( _pEntry->GetUserData() ) == FOLDER_INDICATOR; + return _pEntry->GetUserData() == reinterpret_cast< void* >(FOLDER_INDICATOR); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
