summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/dbtreeview.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-03-19 11:43:13 +0000
committerOcke Janssen <oj@openoffice.org>2001-03-19 11:43:13 +0000
commit330d88e4246eccdd0b50106a6900038572ecc95a (patch)
tree1fd558cba26904a969068422c03056dcebdbab13 /dbaccess/source/ui/browser/dbtreeview.hxx
parentuse of OJoinTableView (diff)
downloadcore-330d88e4246eccdd0b50106a6900038572ecc95a.tar.gz
core-330d88e4246eccdd0b50106a6900038572ecc95a.zip
#84863# impl shortcut to change between treeview and gridcontrol
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreeview.hxx')
-rw-r--r--dbaccess/source/ui/browser/dbtreeview.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/dbtreeview.hxx b/dbaccess/source/ui/browser/dbtreeview.hxx
index 89beb27ac2e2..1fe0f456712c 100644
--- a/dbaccess/source/ui/browser/dbtreeview.hxx
+++ b/dbaccess/source/ui/browser/dbtreeview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbtreeview.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2000-12-10 16:12:01 $
+ * last change: $Author: oj $ $Date: 2001-03-19 12:39:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,6 +109,8 @@ namespace dbaui
void setSelectHdl(const Link& _rHdl);
DBTreeListBox* getListBox() const;
+
+ virtual long PreNotify( NotifyEvent& rNEvt );
};
}