summaryrefslogtreecommitdiff
path: root/forms/source/misc
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-12-19 15:51:01 +0000
committerFrank Schönheit <fs@openoffice.org>2000-12-19 15:51:01 +0000
commitbdcf46261733832f15b02eb9453f6affb2094133 (patch)
tree8ab95ce5e7bdbf6d656d4d1e46c8331674846d23 /forms/source/misc
parent60214c67e20175e863bc06e36f5f9a80e9f85dab (diff)
#82353# elementReplaced
Diffstat (limited to 'forms/source/misc')
-rw-r--r--forms/source/misc/InterfaceContainer.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx
index f8277d8aca8e..e5a3fa16b8a0 100644
--- a/forms/source/misc/InterfaceContainer.cxx
+++ b/forms/source/misc/InterfaceContainer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: InterfaceContainer.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2000-11-23 09:42:45 $
+ * last change: $Author: fs $ $Date: 2000-12-19 16:51:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -604,6 +604,8 @@ void SAL_CALL OInterfaceContainer::replaceByIndex(sal_Int32 _nIndex, const Any&
aHelper <<= xSet;
m_xEventAttacher->attach(_nIndex, xIfc, aHelper);
+ implReplaced(xOldElement, xNewElement);
+
// benachrichtigen
ContainerEvent aEvt;
aEvt.Source = static_cast<XContainer*>(this);