diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-10-22 07:09:11 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-10-22 07:09:11 +0000 |
commit | b2dbd2375f63678b280aef2e15432b3e54825ee1 (patch) | |
tree | 6a4289accd00e8114bda26767211ec6cad592cc9 /dbaccess/source/ui/inc/JoinTableView.hxx | |
parent | 1eb6fe09e2aa7c28bf4803355d133e4b256f67fb (diff) |
#93513# getFocus when adding a table
Diffstat (limited to 'dbaccess/source/ui/inc/JoinTableView.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/JoinTableView.hxx | 5 |
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(); } |