From 8fed933384a64f3a18254b5945fb53d71e484a0e Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 7 Dec 2001 15:11:09 +0000 Subject: #65293# exception specifications (release/acquire) --- UnoControls/source/base/multiplexer.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'UnoControls/source') diff --git a/UnoControls/source/base/multiplexer.cxx b/UnoControls/source/base/multiplexer.cxx index 38c1d7297423..2a3584708310 100644 --- a/UnoControls/source/base/multiplexer.cxx +++ b/UnoControls/source/base/multiplexer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: multiplexer.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:11:17 $ + * last change: $Author: rt $ $Date: 2001-12-07 16:11:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -186,7 +186,7 @@ Any SAL_CALL OMRCListenerMultiplexerHelper::queryInterface( const Type& rType ) // XInterface //____________________________________________________________________________________________________________ -void SAL_CALL OMRCListenerMultiplexerHelper::acquire() throw( RuntimeException ) +void SAL_CALL OMRCListenerMultiplexerHelper::acquire() throw() { // Attention: // Don't use mutex or guard in this method!!! Is a method of XInterface. @@ -199,7 +199,7 @@ void SAL_CALL OMRCListenerMultiplexerHelper::acquire() throw( RuntimeException ) // XInterface //____________________________________________________________________________________________________________ -void SAL_CALL OMRCListenerMultiplexerHelper::release() throw( RuntimeException ) +void SAL_CALL OMRCListenerMultiplexerHelper::release() throw() { // Attention: // Don't use mutex or guard in this method!!! Is a method of XInterface. -- cgit v1.2.3