summaryrefslogtreecommitdiff
path: root/UnoControls
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls')
-rw-r--r--UnoControls/source/base/basecontrol.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/UnoControls/source/base/basecontrol.cxx b/UnoControls/source/base/basecontrol.cxx
index 217bbe85a4e9..548c302bdd50 100644
--- a/UnoControls/source/base/basecontrol.cxx
+++ b/UnoControls/source/base/basecontrol.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basecontrol.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: as $ $Date: 2000-10-12 10:33:18 $
+ * last change: $Author: hr $ $Date: 2001-09-27 12:29:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -175,7 +175,7 @@ Any SAL_CALL BaseControl::queryInterface( const Type& rType ) throw( RuntimeExce
// XInterface
//____________________________________________________________________________________________________________
-void SAL_CALL BaseControl::acquire() throw( RuntimeException )
+void SAL_CALL BaseControl::acquire() throw()
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
@@ -188,7 +188,7 @@ void SAL_CALL BaseControl::acquire() throw( RuntimeException )
// XInterface
//____________________________________________________________________________________________________________
-void SAL_CALL BaseControl::release() throw( RuntimeException )
+void SAL_CALL BaseControl::release() throw()
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.