From 815b4d7ddd95fde3ed33dc21d17f746f361f1b87 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 2 Aug 2004 15:28:00 +0000 Subject: 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 --- forms/source/component/DatabaseForm.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'forms') diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx index e6b96d5fbe64..4e0fa1773677 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); -- cgit v1.2.3