diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:24:44 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:24:44 +0000 |
commit | 69f3d1b9e6f833fad6af0ac4768e5441542b5f5b (patch) | |
tree | f36b45a583822c0f3c2b111b9f8290ac0bd63d5e /cppuhelper/source/interfacecontainer.cxx | |
parent | 8887123f4b227e1d7e4c9fc678e52b41a9e22347 (diff) |
INTEGRATION: CWS uno2 (1.9.26); FILE MERGED
2003/04/09 15:07:31 dbo 1.9.26.1: #108591# fixed assert()
Diffstat (limited to 'cppuhelper/source/interfacecontainer.cxx')
-rw-r--r-- | cppuhelper/source/interfacecontainer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/interfacecontainer.cxx b/cppuhelper/source/interfacecontainer.cxx index ba3fb4060ddd..1d099fa717a8 100644 --- a/cppuhelper/source/interfacecontainer.cxx +++ b/cppuhelper/source/interfacecontainer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: interfacecontainer.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2003-04-15 16:35:06 $ + * last change: $Author: rt $ $Date: 2003-04-23 16:24:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -270,7 +270,7 @@ void OInterfaceContainerHelper::copyAndResetInUse() SAL_THROW( () ) sal_Int32 OInterfaceContainerHelper::addInterface( const Reference<XInterface> & rListener ) SAL_THROW( () ) { - assert( rListener.is() ); + OSL_ASSERT( rListener.is() ); MutexGuard aGuard( rMutex ); if( bInUse ) copyAndResetInUse(); |