diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2001-12-07 15:11:09 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2001-12-07 15:11:09 +0000 |
commit | db22ac8f0b5166ced5707e23cc509f33c16f3d35 (patch) | |
tree | 41b9928a3013f6ec937d734ad86c5cb70f7b47bb /UnoControls | |
parent | c439d2311dc006982fa4e5a9ac74807af5a9e772 (diff) |
#65293# exception specifications (release/acquire)
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/base/multiplexer.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/UnoControls/source/base/multiplexer.cxx b/UnoControls/source/base/multiplexer.cxx index 1a47b4605..5160d1ce3 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. |