User: ihi Date: 2006/12/20 06:15:00 Modified: dba/dbaccess/source/ui/misc/WNameMatch.cxx
Log: INTEGRATION: CWS jl49 (1.20.52); FILE MERGED 2006/12/01 12:14:40 sb 1.20.52.1: #i70481# Extended SvLBoxButton. File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: WNameMatch.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/WNameMatch.cxx?r1=1.20&r2=1.21 Delta lines: +2 -2 ------------------- --- WNameMatch.cxx 17 Sep 2006 07:15:20 -0000 1.20 +++ WNameMatch.cxx 20 Dec 2006 14:14:58 -0000 1.21 @@ -426,9 +426,9 @@ SetSelectionMode( SINGLE_SELECTION ); } //------------------------------------------------------------------------ -void OColumnTreeBox::InitEntry(SvLBoxEntry* pEntry, const String& rStr, const Image& rImg1, const Image& rImg2) +void OColumnTreeBox::InitEntry(SvLBoxEntry* pEntry, const String& rStr, const Image& rImg1, const Image& rImg2, SvLBoxButtonKind eButtonKind) { - DBTreeListBox::InitEntry( pEntry, rStr, rImg1, rImg2 ); + DBTreeListBox::InitEntry( pEntry, rStr, rImg1, rImg2, eButtonKind ); SvLBoxString* pString = new OColumnString(pEntry, 0, rStr,sal_False); if (pString) pEntry->ReplaceItem( pString, pEntry->ItemCount() - 1 ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
