summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/QueryViewSwitch.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-08-15 12:13:06 +0000
committerOcke Janssen <oj@openoffice.org>2001-08-15 12:13:06 +0000
commit1acbe05d887df4ab914c84944a29989f44c44c6c (patch)
treeb242be62adce6b24b71f2ff1419b30a501a4621e /dbaccess/source/ui/inc/QueryViewSwitch.hxx
parent#88644# insert some DBG's (diff)
downloadcore-1acbe05d887df4ab914c84944a29989f44c44c6c.tar.gz
core-1acbe05d887df4ab914c84944a29989f44c44c6c.zip
#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.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/QueryViewSwitch.hxx b/dbaccess/source/ui/inc/QueryViewSwitch.hxx
index e5bc3cf2b645..cb5db0e588ad 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; }