summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-04-12 08:44:13 +0000
committerFrank Schönheit <fs@openoffice.org>2001-04-12 08:44:13 +0000
commit10f777778261d709bd4367036048a0b1a774b698 (patch)
tree7759d3a7e61d8ce7094bf7e4c0d95c5813edb53d /forms/source/component
parentb06fcbd4a0995a3a350fe44c850c96a3cc01d991 (diff)
#84852# -m_bOwnConnection / +m_bFormwardingConnection
Diffstat (limited to 'forms/source/component')
-rw-r--r--forms/source/component/DatabaseForm.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx
index 775b3272bc91..f5cc66a4e2c8 100644
--- a/forms/source/component/DatabaseForm.hxx
+++ b/forms/source/component/DatabaseForm.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseForm.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jl $ $Date: 2001-03-23 07:38:32 $
+ * last change: $Author: fs $ $Date: 2001-04-12 09:44:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -318,7 +318,7 @@ class ODatabaseForm :public OFormComponents
// </properties>
sal_Bool m_bLoaded : 1;
sal_Bool m_bSubForm : 1;
- sal_Bool m_bOwnConnection : 1; // is set to false when an activeconnection was set
+ sal_Bool m_bForwardingConnection : 1; // sal_True if we're setting the ActiveConnection on the aggregate
public:
ODatabaseForm(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& _rxFactory);