diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-08-15 12:13:06 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-08-15 12:13:06 +0000 |
commit | 1f3362d4bb77358040039909eb5baa5b4bbd2174 (patch) | |
tree | 215560940697b897e4eb4c5505affe83759c54f3 /dbaccess/source/ui/inc/QueryViewSwitch.hxx | |
parent | b0819c530686cf79e76422c5185265e39ea5d696 (diff) |
#88644# insert some DBG's and fix getFocus calls
Diffstat (limited to 'dbaccess/source/ui/inc/QueryViewSwitch.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/QueryViewSwitch.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/QueryViewSwitch.hxx b/dbaccess/source/ui/inc/QueryViewSwitch.hxx index 6908e5111..d5f9bc226 100644 --- a/dbaccess/source/ui/inc/QueryViewSwitch.hxx +++ b/dbaccess/source/ui/inc/QueryViewSwitch.hxx @@ -2,9 +2,9 @@ * * $RCSfile: QueryViewSwitch.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: oj $ $Date: 2001-04-18 13:19:01 $ + * last change: $Author: oj $ $Date: 2001-08-15 13:13:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,6 +105,7 @@ namespace dbaui void zoomTableView(const Fraction& _rFraction); void SaveUIConfig(); void clearDesignView(); + void GetFocus(); OQueryDesignView* getRealView() const { return m_pDesignView; } |