From 21aa08b7d7d0e87caae1bcb7b874acbd004c9af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Sch=C3=B6nheit?= Date: Fri, 31 Aug 2001 13:22:44 +0000 Subject: [PATCH] ::disposing: call the OErrorBroadcaster::disposing, too --- forms/source/component/ComboBox.cxx | 5 +++-- forms/source/component/Grid.cxx | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/forms/source/component/ComboBox.cxx b/forms/source/component/ComboBox.cxx index 0fcb290097d4..6797eb9a141c 100644 --- a/forms/source/component/ComboBox.cxx +++ b/forms/source/component/ComboBox.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ComboBox.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: fs $ $Date: 2001-08-30 14:02:48 $ + * last change: $Author: fs $ $Date: 2001-08-31 14:22:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -219,6 +219,7 @@ OComboBoxModel::~OComboBoxModel() void OComboBoxModel::disposing() { OBoundControlModel::disposing(); + OErrorBroadcaster::disposing(); m_xFormatter = NULL; } diff --git a/forms/source/component/Grid.cxx b/forms/source/component/Grid.cxx index c95d8f81c66c..a4c7bb675687 100644 --- a/forms/source/component/Grid.cxx +++ b/forms/source/component/Grid.cxx @@ -2,9 +2,9 @@ * * $RCSfile: Grid.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: fs $ $Date: 2001-08-30 14:12:47 $ + * last change: $Author: fs $ $Date: 2001-08-31 14:22:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -286,6 +286,7 @@ Sequence< Type > SAL_CALL OGridControlModel::getTypes( ) throw(RuntimeException void OGridControlModel::disposing() { OControlModel::disposing(); + OErrorBroadcaster::disposing(); OInterfaceContainer::disposing(); EventObject aEvt(static_cast(this));