summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/dbtreemodel.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-01-09 14:52:33 +0000
committerOcke Janssen <oj@openoffice.org>2001-01-09 14:52:33 +0000
commit25d8b3296cadb80152c64bca7cd3eff13df355bb (patch)
tree2b6edd1861c6a1542df9695e43e27748671bb109 /dbaccess/source/ui/browser/dbtreemodel.hxx
parent#81232# (diff)
downloadcore-25d8b3296cadb80152c64bca7cd3eff13df355bb.tar.gz
core-25d8b3296cadb80152c64bca7cd3eff13df355bb.zip
#81232#
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreemodel.hxx')
-rw-r--r--dbaccess/source/ui/browser/dbtreemodel.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/dbtreemodel.hxx b/dbaccess/source/ui/browser/dbtreemodel.hxx
index 12d1ad508a76..c9b849ac32dc 100644
--- a/dbaccess/source/ui/browser/dbtreemodel.hxx
+++ b/dbaccess/source/ui/browser/dbtreemodel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbtreemodel.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-01-09 15:52:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,13 @@
#include "moduledbu.hxx"
#endif
+// syntax of the tree userdata
+// datasource holds the connection
+// queries holds the nameaccess for the queries
+// query holds the query
+// tables holds the nameaccess for the tables
+// table holds the table
+
namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } } } }