diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx index 99511bd9382c..32f91651f13b 100644 --- a/forms/source/misc/InterfaceContainer.cxx +++ b/forms/source/misc/InterfaceContainer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: InterfaceContainer.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:56:46 $ + * last change: $Author: obo $ $Date: 2006-10-12 11:14:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -157,6 +157,8 @@ OInterfaceContainer::OInterfaceContainer( OSL_ENSURE( m_xEventAttacher.is(), "OInterfaceContainer::OInterfaceContainer: no event attacher manager! (corrupt installation?)" ); } +OInterfaceContainer::~OInterfaceContainer() {} + //------------------------------------------------------------------------------ void OInterfaceContainer::disposing() {