summaryrefslogtreecommitdiff
path: root/forms/source/component/DatabaseForm.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:28:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:28:00 +0000
commitc9f61fff6103dd565f0372a3a81247ab6cc38c0e (patch)
tree568e10ea058b29d18c7ed922bd2e7ccad359c857 /forms/source/component/DatabaseForm.hxx
parent019fb90a8334eba63ba58bf1070e333f12d23b60 (diff)
INTEGRATION: CWS insight01 (1.17.102); FILE MERGED
2004/07/23 12:27:47 oj 1.17.102.4: RESYNC: (1.19-1.20); FILE MERGED 2004/07/06 08:46:02 oj 1.17.102.3: RESYNC: (1.18-1.19); FILE MERGED 2004/05/28 19:57:32 oj 1.17.102.2: RESYNC: (1.17-1.18); FILE MERGED 2004/02/23 14:47:04 oj 1.17.102.1: #111075# use the active connection from the given documentContext
Diffstat (limited to 'forms/source/component/DatabaseForm.hxx')
-rw-r--r--forms/source/component/DatabaseForm.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx
index b22735719..f7c155831 100644
--- a/forms/source/component/DatabaseForm.hxx
+++ b/forms/source/component/DatabaseForm.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseForm.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: obo $ $Date: 2004-07-05 16:18:16 $
+ * last change: $Author: hr $ $Date: 2004-08-02 16:28:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -330,6 +330,7 @@ class ODatabaseForm :public OFormComponents
sal_Bool m_bSubForm : 1;
sal_Bool m_bForwardingConnection : 1; // sal_True if we're setting the ActiveConnection on the aggregate
sal_Bool m_bSharingConnection : 1; // sal_True if the connection we're using is shared with out parent
+ sal_Bool m_bInContext : 1; // sal_True if the form was loaded inside a context
public:
ODatabaseForm(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& _rxFactory);