summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/dbtreemodel.hxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-22 11:03:01 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-22 11:03:01 +0000
commitedb0e6c84ec1ab5c7cb51db6354122746fc3d981 (patch)
tree721c503f7d3d312877e4580eb49b158e56b80b82 /dbaccess/source/ui/browser/dbtreemodel.hxx
parenta4d285e67905ad8a417b018111dcc3439cbeee7b (diff)
INTEGRATION: CWS dba17 (1.13.24); FILE MERGED
2004/09/24 12:34:29 fs 1.13.24.1: #i33699# +sAccessor
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreemodel.hxx')
-rw-r--r--dbaccess/source/ui/browser/dbtreemodel.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/dbtreemodel.hxx b/dbaccess/source/ui/browser/dbtreemodel.hxx
index c1b8a46d3c50..7640ce40290c 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.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 15:33:24 $
+ * last change: $Author: pjunck $ $Date: 2004-10-22 12:03:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,8 +101,9 @@ namespace dbaui
struct DBTreeListUserData
{
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >
- xObject;
+ xObject;
SbaTableQueryBrowser::EntryType eType;
+ String sAccessor;
DBTreeListUserData();
~DBTreeListUserData();