#92075# exception specificatin

This commit is contained in:
Vladimir Glazounov
2001-09-12 08:47:49 +00:00
parent ee604b8877
commit c3276fda04

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: InterfaceContainer.cxx,v $ * $RCSfile: InterfaceContainer.cxx,v $
* *
* $Revision: 1.9 $ * $Revision: 1.10 $
* *
* last change: $Author: fs $ $Date: 2001-08-27 17:48:04 $ * last change: $Author: vg $ $Date: 2001-09-12 09:47:49 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -549,7 +549,7 @@ void SAL_CALL OInterfaceContainer::disposing(const EventObject& _rSource) throw(
// XPropertyChangeListener // XPropertyChangeListener
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
void OInterfaceContainer::propertyChange(const PropertyChangeEvent& evt) void OInterfaceContainer::propertyChange(const PropertyChangeEvent& evt)
{ throw (::com::sun::star::uno::RuntimeException) {
if (evt.PropertyName == PROPERTY_NAME) if (evt.PropertyName == PROPERTY_NAME)
{ {
::osl::MutexGuard aGuard( m_rMutex ); ::osl::MutexGuard aGuard( m_rMutex );