diff options
Diffstat (limited to 'UnoControls/source/controls/OConnectionPointHelper.cxx')
-rw-r--r-- | UnoControls/source/controls/OConnectionPointHelper.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/UnoControls/source/controls/OConnectionPointHelper.cxx b/UnoControls/source/controls/OConnectionPointHelper.cxx index f0c2e9c52..0ab4f3f20 100644 --- a/UnoControls/source/controls/OConnectionPointHelper.cxx +++ b/UnoControls/source/controls/OConnectionPointHelper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: OConnectionPointHelper.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:11:17 $ + * last change: $Author: hr $ $Date: 2001-09-27 13:42:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -138,7 +138,7 @@ Any SAL_CALL OConnectionPointHelper::queryInterface( const Type& aType ) throw( // XInterface //____________________________________________________________________________________________________________ -void SAL_CALL OConnectionPointHelper::acquire() throw( RuntimeException ) +void SAL_CALL OConnectionPointHelper::acquire() throw() { // Attention: // Don't use mutex or guard in this method!!! Is a method of XInterface. @@ -151,7 +151,7 @@ void SAL_CALL OConnectionPointHelper::acquire() throw( RuntimeException ) // XInterface //____________________________________________________________________________________________________________ -void SAL_CALL OConnectionPointHelper::release() throw( RuntimeException ) +void SAL_CALL OConnectionPointHelper::release() throw() { // Attention: // Don't use mutex or guard in this method!!! Is a method of XInterface. |