diff options
author | Thomas Lange <tl@openoffice.org> | 2002-04-24 12:24:47 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-04-24 12:24:47 +0000 |
commit | 29ddd29136ed8e6b21495a87652a023080bc49cf (patch) | |
tree | 8d7c9befbec792b32209842fc82a04e922f335d5 /starmath/inc/toolbox.hxx | |
parent | 14d8250ea9a91b738052538a826bfc656cdedc98 (diff) |
#98795# Accessibility: allow for keyboard navigation in selection toolbox; fixed in current
Diffstat (limited to 'starmath/inc/toolbox.hxx')
-rw-r--r-- | starmath/inc/toolbox.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/starmath/inc/toolbox.hxx b/starmath/inc/toolbox.hxx index 05326dc56883..c81078e969ad 100644 --- a/starmath/inc/toolbox.hxx +++ b/starmath/inc/toolbox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: toolbox.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: tl $ $Date: 2002-01-21 11:16:10 $ + * last change: $Author: tl $ $Date: 2002-04-24 13:24:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,8 @@ protected: ToolBox *vToolBoxCategories[NUM_TBX_CATEGORIES]; USHORT nActiveCategory; - virtual BOOL Close(); + virtual BOOL Close(); + virtual void GetFocus(); DECL_LINK( CategoryClickHdl, ToolBox* ); DECL_LINK( CmdSelectHdl, ToolBox* ); |