summaryrefslogtreecommitdiff
path: root/forms/source/component/DatabaseForm.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-06-12 10:52:41 +0000
committerFrank Schönheit <fs@openoffice.org>2001-06-12 10:52:41 +0000
commit5479bef22c817faf244ef385ff1c5ca80ca4e284 (patch)
treec761a4842387d02518ffc51841adb59282381a54 /forms/source/component/DatabaseForm.hxx
parent5ace230cbeef7ba5c3e83fbbdd7a2b13f7629431 (diff)
#88017# #87898# corrected ref-counting while listening on the aggregate
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 cf99b3efa..b8ea50325 100644
--- a/forms/source/component/DatabaseForm.hxx
+++ b/forms/source/component/DatabaseForm.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseForm.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: fs $ $Date: 2001-04-12 09:44:13 $
+ * last change: $Author: fs $ $Date: 2001-06-12 11:52:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -290,6 +290,7 @@ class ODatabaseForm :public OFormComponents
// same object, interface as member because of performance reasons
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet> m_xAggregateAsRowSet;
+ OPropertyChangeMultiplexer* m_pAggregatePropertyMultiplexer;
// Verwaltung der ControlGruppen
OGroupManager* m_pGroupManager;
OParameterInfoImpl* m_pParameterInfo;