Tag: cws_src680_hsqlcsv User: fs Date: 2006/12/17 23:53:45 Modified: dba/dbaccess/source/ui/control/tabletree.cxx
Log: RESYNC: (1.32-1.33); 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.29.18.5&r2=1.29.18.6 Delta lines: +4 -4 ------------------- --- tabletree.cxx 12 Oct 2006 05:25:26 -0000 1.29.18.5 +++ tabletree.cxx 18 Dec 2006 07:53:42 -0000 1.29.18.6 @@ -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]
