summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/dbtreeview.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-11-23 09:46:21 +0000
committerOcke Janssen <oj@openoffice.org>2000-11-23 09:46:21 +0000
commit1aeb9d7c869d458b244b2e7605ea0e383879f7fa (patch)
tree15ad8b80b539e95381cb8e25714973126fe3a8d3 /dbaccess/source/ui/browser/dbtreeview.hxx
parent#80558# don't show delete when no datasource exist (diff)
downloadcore-1aeb9d7c869d458b244b2e7605ea0e383879f7fa.tar.gz
core-1aeb9d7c869d458b244b2e7605ea0e383879f7fa.zip
#80227# display a datasource when given
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 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;
};
}