summaryrefslogtreecommitdiff
path: root/UnoControls/source/inc/progressmonitor.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 12:06:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 12:06:10 +0000
commitfa0968851d6939c222fd652a88a642df283e9434 (patch)
tree91f3933cecffdc1e3b6bba2184be57cf585e0c18 /UnoControls/source/inc/progressmonitor.hxx
parent482b28000da1bf568785881faccd1bc8ee89e4c7 (diff)
#65293#: exception specifications
Diffstat (limited to 'UnoControls/source/inc/progressmonitor.hxx')
-rw-r--r--UnoControls/source/inc/progressmonitor.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/UnoControls/source/inc/progressmonitor.hxx b/UnoControls/source/inc/progressmonitor.hxx
index ef5cf793cf23..d74a1b2affa3 100644
--- a/UnoControls/source/inc/progressmonitor.hxx
+++ b/UnoControls/source/inc/progressmonitor.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: progressmonitor.hxx,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:06:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -342,7 +342,7 @@ public:
@onerror A RuntimeException is thrown.
*/
- virtual void SAL_CALL acquire() throw( UNO3_RUNTIMEEXCEPTION );
+ virtual void SAL_CALL acquire() throw();
/**_______________________________________________________________________________________________________
@short decrement refcount
@@ -358,7 +358,7 @@ public:
@onerror A RuntimeException is thrown.
*/
- virtual void SAL_CALL release() throw( UNO3_RUNTIMEEXCEPTION );
+ virtual void SAL_CALL release() throw();
//________________________________________________________________________________________________________
// XTypeProvider