summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/dbtreemodel.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-11-06 16:43:44 +0000
committerFrank Schönheit <fs@openoffice.org>2000-11-06 16:43:44 +0000
commit37a0ebd850e9ae6bf71fcf77c9b70450f7197847 (patch)
tree562c991d81aab7bf4f2d8146918ca6334839b6ff /dbaccess/source/ui/browser/dbtreemodel.hxx
parenttypo (diff)
downloadcore-37a0ebd850e9ae6bf71fcf77c9b70450f7197847.tar.gz
core-37a0ebd850e9ae6bf71fcf77c9b70450f7197847.zip
opening a tables node is somewhat more error-prone now
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreemodel.hxx')
-rw-r--r--dbaccess/source/ui/browser/dbtreemodel.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/dbtreemodel.hxx b/dbaccess/source/ui/browser/dbtreemodel.hxx
index c2f2202da45c..360f36996b1d 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.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2000-10-26 14:43:36 $
+ * last change: $Author: fs $ $Date: 2000-11-06 17:43:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,10 @@ namespace dbaui
class DBTreeListModel : public SvLBoxTreeList,
public dbaui::OModuleClient
{
- ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xDatabaseContext; /// database context we're working in
+ ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >
+ m_xDatabaseContext; /// database context we're working in
+ ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
+ m_xORB;
void insertEntries(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& _xNameAccess,SvLBoxEntry* _pParent,const Image& _rImage);
public: