summaryrefslogtreecommitdiff
path: root/UnoControls/source/base
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2001-12-07 15:11:09 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2001-12-07 15:11:09 +0000
commit8fed933384a64f3a18254b5945fb53d71e484a0e (patch)
tree56a3dfae80ca0e541b929dcdd2b3c16afbd099c9 /UnoControls/source/base
parent84ec6248a30e799d69f0bb8050e2937b31af873b (diff)
#65293# exception specifications (release/acquire)
Diffstat (limited to 'UnoControls/source/base')
-rw-r--r--UnoControls/source/base/multiplexer.cxx8
1 files changed, 4 insertions, 4 deletions
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.