summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/dbtreeview.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-05-02 06:14:29 +0000
committerOcke Janssen <oj@openoffice.org>2002-05-02 06:14:29 +0000
commit25241b236bf2391e45f135c015149fb3ddcde3d3 (patch)
treea7da6acd4651c5e6c9adc3dc1eb392a5a0c6b5c3 /dbaccess/source/ui/browser/dbtreeview.hxx
parent24973b61c363cd58e9b23988b7d7fd71265e4bae (diff)
#98916# overload getFocus
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreeview.hxx')
-rw-r--r--dbaccess/source/ui/browser/dbtreeview.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/dbtreeview.hxx b/dbaccess/source/ui/browser/dbtreeview.hxx
index 9ff1549f5efb..d100993a11f0 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.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: oj $ $Date: 2001-09-25 13:24:38 $
+ * last change: $Author: oj $ $Date: 2002-05-02 07:14:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,7 +121,7 @@ namespace dbaui
DBTreeListBox* getListBox() const;
- virtual long PreNotify( NotifyEvent& rNEvt );
+ virtual void GetFocus();
};
}