diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-05 11:02:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-05 11:02:43 +0000 |
commit | 7d8ef534e9a39103e33a0d07d65900e639109305 (patch) | |
tree | 72239f794db718ed79211a7ed8ee8f8989eed68b /forms | |
parent | 4c92101af5a5b8ea14607dc13718ea1e932d6407 (diff) |
INTEGRATION: CWS dba20 (1.21.20); FILE MERGED
2004/11/29 09:24:25 oj 1.21.20.2: RESYNC: (1.21-1.23); FILE MERGED
2004/11/19 13:27:01 fs 1.21.20.1: #i37433# no m_bInContext anymore - this is now dynamically determined on demand
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/DatabaseForm.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx index bd2cb2953a49..793985d40ad2 100644 --- a/forms/source/component/DatabaseForm.hxx +++ b/forms/source/component/DatabaseForm.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DatabaseForm.hxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: obo $ $Date: 2004-11-17 14:23:31 $ + * last change: $Author: obo $ $Date: 2005-01-05 12:02:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -332,7 +332,6 @@ 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); |