diff options
author | Thomas Lange <tl@openoffice.org> | 2001-04-25 08:34:30 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-04-25 08:34:30 +0000 |
commit | 2b31d9ac8a5e39f2b15e94d53784b48f264d8081 (patch) | |
tree | 707aae1b04f0f2b7e00f50b1351aa53dbdfd0d57 /svx/inc/lboxctrl.hxx | |
parent | f455dc90e8694e9fea87a0b30421a60d7ae0f9ec (diff) |
SelectHdl and aActionStr memebers added in order to display status texts
Diffstat (limited to 'svx/inc/lboxctrl.hxx')
-rw-r--r-- | svx/inc/lboxctrl.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/inc/lboxctrl.hxx b/svx/inc/lboxctrl.hxx index 9e44e4815f91..669bf8e24c37 100644 --- a/svx/inc/lboxctrl.hxx +++ b/svx/inc/lboxctrl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: lboxctrl.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: tl $ $Date: 2001-04-10 08:25:48 $ + * last change: $Author: tl $ $Date: 2001-04-25 09:34:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,10 +74,12 @@ class SvxPopupWindowListBox; class SvxListBoxControl : public SfxToolBoxControl { protected: + String aActionStr; SvxPopupWindowListBox * pPopupWin; USHORT nItemId; DECL_LINK( PopupModeEndHdl, void * ); + DECL_LINK( SelectHdl, void * ); public: SFX_DECL_TOOLBOX_CONTROL(); |