diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-20 12:59:54 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-20 12:59:54 +0000 |
commit | 6e0f782f07f34e7d6de3f641ff05158807721eaf (patch) | |
tree | 15d97ff2fd64a1737101bf846e06a33c99a57297 /basic | |
parent | 827cb8f818ba91d21deab2fd66583c87ee7c0189 (diff) |
INTEGRATION: CWS jl49 (1.8.60); FILE MERGED
2006/12/01 09:12:16 sb 1.8.60.1: #i70481# Extended SvLBoxButton.
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/msgedit.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/app/msgedit.hxx b/basic/source/app/msgedit.hxx index 360ced32640d..7af3f1c96eec 100644 --- a/basic/source/app/msgedit.hxx +++ b/basic/source/app/msgedit.hxx @@ -4,9 +4,9 @@ * * $RCSfile: msgedit.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:36:33 $ + * last change: $Author: ihi $ $Date: 2006-12-20 13:59:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,8 @@ protected: // virtual void Command( const CommandEvent& rCEvt ); // USHORT nDeselectParent; BasicFrame *pBasicFrame; - void InitEntry( SvLBoxEntry*, const String&, const Image&, const Image& ); + void InitEntry( SvLBoxEntry*, const String&, const Image&, + const Image&, SvLBoxButtonKind eButtonKind ); AppError *pAppError; BOOL JumpToSourcecode( SvLBoxEntry *pThisEntry ); |