summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-20 12:59:41 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-20 12:59:41 +0000
commit827cb8f818ba91d21deab2fd66583c87ee7c0189 (patch)
treec449072e960401927e957ca6d217c07f472b8381 /basic
parent47694f1ebb98f9d8b7a994327226f63dd7720aa5 (diff)
INTEGRATION: CWS jl49 (1.25.22); FILE MERGED
2006/12/01 09:12:16 sb 1.25.22.1: #i70481# Extended SvLBoxButton.
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/msgedit.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/basic/source/app/msgedit.cxx b/basic/source/app/msgedit.cxx
index 49ecc8ef5b5c..d67e05c1b3f6 100644
--- a/basic/source/app/msgedit.cxx
+++ b/basic/source/app/msgedit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: msgedit.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:22:51 $
+ * last change: $Author: ihi $ $Date: 2006-12-20 13:59:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -980,10 +980,11 @@ void TTLBoxString::Paint( const Point& rPos, SvLBox& rDev, USHORT nFlags,
void TTTreeListBox::InitEntry(SvLBoxEntry* pEntry,
- const String& rStr ,const Image& rImg1, const Image& rImg2 )
+ const String& rStr ,const Image& rImg1, const Image& rImg2,
+ SvLBoxButtonKind eButtonKind )
{
USHORT nColToHilite = 1; //0==Bitmap;1=="Spalte1";2=="Spalte2"
- SvTreeListBox::InitEntry( pEntry, rStr, rImg1, rImg2 );
+ SvTreeListBox::InitEntry( pEntry, rStr, rImg1, rImg2, eButtonKind );
SvLBoxString* pCol = (SvLBoxString*)pEntry->GetItem( nColToHilite );
TTLBoxString* pStr = new TTLBoxString( pEntry, 0, pCol->GetText() );
pEntry->ReplaceItem( pStr, nColToHilite );