summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/JoinTableView.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-10-22 07:09:11 +0000
committerOcke Janssen <oj@openoffice.org>2001-10-22 07:09:11 +0000
commitb2dbd2375f63678b280aef2e15432b3e54825ee1 (patch)
tree6a4289accd00e8114bda26767211ec6cad592cc9 /dbaccess/source/ui/inc/JoinTableView.hxx
parent1eb6fe09e2aa7c28bf4803355d133e4b256f67fb (diff)
#93513# getFocus when adding a table
Diffstat (limited to 'dbaccess/source/ui/inc/JoinTableView.hxx')
-rw-r--r--dbaccess/source/ui/inc/JoinTableView.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx
index 13818abd3a97..19d515918670 100644
--- a/dbaccess/source/ui/inc/JoinTableView.hxx
+++ b/dbaccess/source/ui/inc/JoinTableView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: JoinTableView.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: oj $ $Date: 2001-08-27 14:24:58 $
+ * last change: $Author: oj $ $Date: 2001-10-22 08:09:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -169,6 +169,7 @@ namespace dbaui
// window override
virtual void StateChanged( StateChangedType nStateChange );
+ virtual void GetFocus();
// own methods
ScrollBar* GetHScrollBar() { return static_cast<OScrollWindowHelper*>(GetParent())->GetHScrollBar(); }