summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/dbtreemodel.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-24 11:06:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-24 11:06:54 +0000
commitff0ffec7190e2af16608d9ce592ecda2bc2e0fff (patch)
tree29d49098fd01df5811af1358a4e18edbb57e6a08 /dbaccess/source/ui/browser/dbtreemodel.hxx
parentf28076a0f261b6d9ac7bb204f671e9f0c65a8d25 (diff)
INTEGRATION: CWS dba23b (1.17.90); FILE MERGED
2007/07/11 11:53:11 fs 1.17.90.2: RESYNC: (1.17-1.18); FILE MERGED 2007/06/28 09:04:03 fs 1.17.90.1: #i78362# don't register the data source browser as controller for all opened database connections
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreemodel.hxx')
-rw-r--r--dbaccess/source/ui/browser/dbtreemodel.hxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/dbaccess/source/ui/browser/dbtreemodel.hxx b/dbaccess/source/ui/browser/dbtreemodel.hxx
index 2ea431180d40..3c9c676168a3 100644
--- a/dbaccess/source/ui/browser/dbtreemodel.hxx
+++ b/dbaccess/source/ui/browser/dbtreemodel.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbtreemodel.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 08:03:44 $
+ * last change: $Author: rt $ $Date: 2007-07-24 12:06:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,9 +48,6 @@
#ifndef _SBA_UNODATBR_HXX_
#include "unodatbr.hxx"
#endif
-#ifndef DBACCESS_SOURCE_UI_INC_DOCUMENTCONTROLLER_HXX
-#include "documentcontroller.hxx"
-#endif
#ifndef _DBAUI_COMMON_TYPES_HXX_
#include "commontypes.hxx"
#endif
@@ -85,10 +82,6 @@ namespace dbaui
xContainer;
/// if the entry denotes a data source, this is the connection for this data source (if already connection)
SharedConnection xConnection;
- /** if the entry denotes a data source, this is the connector between the model and the controller,
- keeping the model alive as long as necessary
- */
- ModelControllerConnector aController;
SbaTableQueryBrowser::EntryType eType;
String sAccessor;