INTEGRATION: CWS hsqlcsvstage1 (1.12.2); FILE MERGED
2006/09/20 11:43:57 fs 1.12.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein
This commit is contained in:
parent
e4bae61238
commit
8c62e724c8
1 changed files with 2 additions and 6 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: dbtreelistbox.cxx,v $
|
||||
*
|
||||
* $Revision: 1.12 $
|
||||
* $Revision: 1.13 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2006-09-17 07:01:33 $
|
||||
* last change: $Author: kz $ $Date: 2006-10-05 13:02:58 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -207,10 +207,6 @@ void DBTreeListBox::SelectEntry(SvLBoxEntry* _pEntry)
|
|||
void DBTreeListBox::InitEntry( SvLBoxEntry* _pEntry, const XubString& aStr, const Image& _rCollEntryBmp, const Image& _rExpEntryBmp)
|
||||
{
|
||||
SvTreeListBox::InitEntry( _pEntry, aStr, _rCollEntryBmp,_rExpEntryBmp);
|
||||
// add items
|
||||
// SvLBoxContextBmp* pContextBmp = new SvLBoxContextBmp(_pEntry, 0, _rCollEntryBmp, _rExpEntryBmp, 0);
|
||||
// _pEntry->AddItem( pContextBmp );
|
||||
|
||||
SvLBoxItem* pTextItem(_pEntry->GetFirstItem(SV_ITEM_ID_LBOXSTRING));
|
||||
SvLBoxString* pString = new OBoldListboxString( _pEntry, 0, aStr );
|
||||
_pEntry->ReplaceItem( pString,_pEntry->GetPos(pTextItem));
|
||||
|
|
Loading…
Reference in a new issue