::disposing: call the OErrorBroadcaster::disposing, too

This commit is contained in:
Frank Schönheit 2001-08-31 13:22:44 +00:00
parent e93a190262
commit 21aa08b7d7
2 changed files with 6 additions and 4 deletions

View file

@ -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;
}

View file

@ -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<XWeak*>(this));