summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2.hxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2002-04-17 07:47:27 +0000
committerThomas Benisch <tbe@openoffice.org>2002-04-17 07:47:27 +0000
commitf7b76d7c503a1106d84c73a60095cb39ee124e1c (patch)
treedbe955b242bf831c4f8747936062d97293ad7152 /basctl/source/basicide/baside2.hxx
parent5d8188405e5504839c9cfda6e6e187ad33438bdd (diff)
#98487# ACC: unable to select the watch and the call window with keyboard
Diffstat (limited to 'basctl/source/basicide/baside2.hxx')
-rw-r--r--basctl/source/basicide/baside2.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx
index 5c67f31a0..ef0cc1ef2 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: baside2.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: tbe $ $Date: 2001-11-12 22:33:30 $
+ * last change: $Author: tbe $ $Date: 2002-04-17 08:46:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -285,12 +285,11 @@ public:
class WatchWindow : public BasicDockingWindow
{
private:
+ String aWatchStr;
+ ExtendedEdit aXEdit;
+ ImageButton aRemoveWatchButton;
WatchTreeListBox aTreeListBox;
- String aWatchStr;
- ExtendedEdit aXEdit;
- ImageButton aRemoveWatchButton;
-
protected:
virtual void Resize();
virtual void Paint( const Rectangle& rRect );