summaryrefslogtreecommitdiff
path: root/UnoControls/source/controls/progressmonitor.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 12:42:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 12:42:25 +0000
commit43c6faad9a5bc0602147a4a8f28f28d2a9867002 (patch)
tree094ebea8366df09be2d8bfba9ca04264cf68634d /UnoControls/source/controls/progressmonitor.cxx
parentfa0968851d6939c222fd652a88a642df283e9434 (diff)
#65293#: exception specifications
Diffstat (limited to 'UnoControls/source/controls/progressmonitor.cxx')
-rw-r--r--UnoControls/source/controls/progressmonitor.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx
index d3d70cd45fa2..5cfa183af70c 100644
--- a/UnoControls/source/controls/progressmonitor.cxx
+++ b/UnoControls/source/controls/progressmonitor.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: progressmonitor.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2001-05-15 12:07:05 $
+ * 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
@@ -221,7 +221,7 @@ Any SAL_CALL ProgressMonitor::queryInterface( const Type& rType ) throw( Runtime
// XInterface
//____________________________________________________________________________________________________________
-void SAL_CALL ProgressMonitor::acquire() throw( RuntimeException )
+void SAL_CALL ProgressMonitor::acquire() throw()
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
@@ -234,7 +234,7 @@ void SAL_CALL ProgressMonitor::acquire() throw( RuntimeException )
// XInterface
//____________________________________________________________________________________________________________
-void SAL_CALL ProgressMonitor::release() throw( RuntimeException )
+void SAL_CALL ProgressMonitor::release() throw()
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.