summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/dbtreemodel.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-05-14 10:59:28 +0000
committerOcke Janssen <oj@openoffice.org>2001-05-14 10:59:28 +0000
commitc452b19499802d1ca62c2b8b34f94524ba95653f (patch)
treee0489823b750ef5e8a7f603854904519b822b47b /dbaccess/source/ui/browser/dbtreemodel.hxx
parentb9923c42805e197257691a9d94853bf5b84f4575 (diff)
#86744# some changes for entries and views
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreemodel.hxx')
-rw-r--r--dbaccess/source/ui/browser/dbtreemodel.hxx17
1 files changed, 7 insertions, 10 deletions
diff --git a/dbaccess/source/ui/browser/dbtreemodel.hxx b/dbaccess/source/ui/browser/dbtreemodel.hxx
index c8d8a3a29259..fbb0f4b48a9c 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: fs $ $Date: 2001-04-26 11:36:16 $
+ * last change: $Author: oj $ $Date: 2001-05-14 11:58:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,9 @@
#ifndef _DBAUI_MODULE_DBU_HXX_
#include "moduledbu.hxx"
#endif
+#ifndef _SBA_UNODATBR_HXX_
+#include "unodatbr.hxx"
+#endif
// syntax of the tree userdata
// datasource holds the connection
@@ -95,22 +98,16 @@ namespace dbaui
class DBTreeListModel : public SvLBoxTreeList
{
public:
- enum EntryType
- {
- etQuery,
- etTable,
- etBookmark
- };
struct DBTreeListUserData
{
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >
xObject;
- EntryType eType;
+ SbaTableQueryBrowser::EntryType eType;
DBTreeListUserData();
};
- static sal_uInt16 getImageResId(EntryType _eType);
+ static sal_uInt16 getImageResId(SbaTableQueryBrowser::EntryType _eType);
};
}