From f6d13194f277bf031dafff7ce9220188febfee73 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 20 Dec 2006 13:13:47 +0000 Subject: [PATCH] INTEGRATION: CWS jl49 (1.14.36); FILE MERGED 2006/12/07 19:20:24 jl 1.14.36.2: RESYNC: (1.14-1.15); FILE MERGED 2006/12/01 12:14:39 sb 1.14.36.1: #i70481# Extended SvLBoxButton. --- dbaccess/source/ui/control/dbtreelistbox.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dbaccess/source/ui/control/dbtreelistbox.cxx b/dbaccess/source/ui/control/dbtreelistbox.cxx index 721697f6c268..e2f0fe32c922 100644 --- a/dbaccess/source/ui/control/dbtreelistbox.cxx +++ b/dbaccess/source/ui/control/dbtreelistbox.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dbtreelistbox.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2006-12-01 17:30:37 $ + * last change: $Author: ihi $ $Date: 2006-12-20 14:13:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -204,9 +204,9 @@ void DBTreeListBox::SelectEntry(SvLBoxEntry* _pEntry) } // ------------------------------------------------------------------------- -void DBTreeListBox::InitEntry( SvLBoxEntry* _pEntry, const XubString& aStr, const Image& _rCollEntryBmp, const Image& _rExpEntryBmp) +void DBTreeListBox::InitEntry( SvLBoxEntry* _pEntry, const XubString& aStr, const Image& _rCollEntryBmp, const Image& _rExpEntryBmp, SvLBoxButtonKind eButtonKind) { - SvTreeListBox::InitEntry( _pEntry, aStr, _rCollEntryBmp,_rExpEntryBmp); + SvTreeListBox::InitEntry( _pEntry, aStr, _rCollEntryBmp,_rExpEntryBmp, eButtonKind); SvLBoxItem* pTextItem(_pEntry->GetFirstItem(SV_ITEM_ID_LBOXSTRING)); SvLBoxString* pString = new OBoldListboxString( _pEntry, 0, aStr ); _pEntry->ReplaceItem( pString,_pEntry->GetPos(pTextItem));