User: ihi Date: 2006/12/20 06:14:06 Modified: dba/dbaccess/source/ui/control/tabletree.cxx
Log: INTEGRATION: CWS jl49 (1.33.36); FILE MERGED 2006/12/01 12:18:07 sb 1.33.36.1: #i70481# Extended SvLBoxButton. 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.33&r2=1.34 Delta lines: +5 -5 ------------------- --- tabletree.cxx 12 Oct 2006 09:23:18 -0000 1.33 +++ tabletree.cxx 20 Dec 2006 14:14:03 -0000 1.34 @@ -427,9 +427,9 @@ } //------------------------------------------------------------------------ -void OTableTreeListBox::InitEntry(SvLBoxEntry* _pEntry, const XubString& _rString, const Image& _rCollapsedBitmap, const Image& _rExpandedBitmap) +void OTableTreeListBox::InitEntry(SvLBoxEntry* _pEntry, const XubString& _rString, const Image& _rCollapsedBitmap, const Image& _rExpandedBitmap, SvLBoxButtonKind _eButtonKind) { - OMarkableTreeListBox::InitEntry(_pEntry, _rString, _rCollapsedBitmap, _rExpandedBitmap); + OMarkableTreeListBox::InitEntry(_pEntry, _rString, _rCollapsedBitmap, _rExpandedBitmap, _eButtonKind); // replace the text item with our own one SvLBoxItem* pTextItem = _pEntry->GetFirstItem(SV_ITEM_ID_LBOXSTRING); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
