diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-11-23 09:46:21 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-11-23 09:46:21 +0000 |
commit | 1aeb9d7c869d458b244b2e7605ea0e383879f7fa (patch) | |
tree | 15ad8b80b539e95381cb8e25714973126fe3a8d3 /dbaccess/source/ui/browser/dbtreeview.hxx | |
parent | 428e9a50248650d5fedf4759aae1b523645fd355 (diff) |
#80227# display a datasource when given
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreeview.hxx')
-rw-r--r-- | dbaccess/source/ui/browser/dbtreeview.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/dbtreeview.hxx b/dbaccess/source/ui/browser/dbtreeview.hxx index 38b3a5fca09f..53057dec712f 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.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2000-11-09 07:36:15 $ + * last change: $Author: oj $ $Date: 2000-11-23 10:45:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,7 +99,7 @@ namespace dbaui void setModel(DBTreeListModel* _pTreeModel); void setSelectHdl(const Link& _rHdl); - SvTreeListBox* getListBox() const; + DBTreeListBox* getListBox() const; }; } |