summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-01-05 16:58:36 +0000
committerFrank Schönheit <fs@openoffice.org>2001-01-05 16:58:36 +0000
commitadc3ccc24e00cb460148d9f6f64351bb27a5291e (patch)
treebfaa82752f9799a63e6e744d0077379f398d4b4a /forms
parent96215e7fbf5964fde96bed5c23c2b2a4afb9d09f (diff)
#75916# let the GroupManager add itself (as container listener)
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/DatabaseForm.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx
index 7d8984acdc7c..3dbf2012915a 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseForm.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: fs $ $Date: 2001-01-04 16:26:41 $
+ * last change: $Author: fs $ $Date: 2001-01-05 17:58:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -795,9 +795,8 @@ ODatabaseForm::ODatabaseForm(const Reference<XMultiServiceFactory>& _rxFactory)
decrement(m_refCount);
- m_pGroupManager = new OGroupManager();
+ m_pGroupManager = new OGroupManager(this);
m_pGroupManager->acquire();
- addContainerListener(m_pGroupManager);
}
//------------------------------------------------------------------