diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-04-12 08:44:13 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-04-12 08:44:13 +0000 |
commit | f62dbd6bcf55cd60cf6c5640e3798419c6441b48 (patch) | |
tree | 77d687b206cafa2d5ac78ca51cf0cad7d085d8a5 /forms/source/component/DatabaseForm.hxx | |
parent | aa50de17a240523c8735b09d0e02749902bb2960 (diff) |
#84852# -m_bOwnConnection / +m_bFormwardingConnection
Diffstat (limited to 'forms/source/component/DatabaseForm.hxx')
-rw-r--r-- | forms/source/component/DatabaseForm.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx index e88b398a2..cf99b3efa 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); |