diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-27 10:28:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-27 10:28:18 +0000 |
commit | 25192af1699fd9f660ca9eafcf89e2b590e10100 (patch) | |
tree | 6e149ee88bd6415daaed2758207a48d021a4c15b /UnoControls | |
parent | 0eca9b7fff6a780c7b23cde83914553d76102d2d (diff) |
#65293#: exception specifications
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/inc/basecontrol.hxx | 8 | ||||
-rw-r--r-- | UnoControls/inc/multiplexer.hxx | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/UnoControls/inc/basecontrol.hxx b/UnoControls/inc/basecontrol.hxx index 48220460a28b..5c66dfe16be6 100644 --- a/UnoControls/inc/basecontrol.hxx +++ b/UnoControls/inc/basecontrol.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basecontrol.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: as $ $Date: 2000-10-12 10:33:51 $ + * last change: $Author: hr $ $Date: 2001-09-27 11:28:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -479,7 +479,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL acquire() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL acquire() throw(); /**_______________________________________________________________________________________________________ @short decrement refcount @@ -495,7 +495,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL release() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL release() throw(); //________________________________________________________________________________________________________ // XTypeProvider diff --git a/UnoControls/inc/multiplexer.hxx b/UnoControls/inc/multiplexer.hxx index 3bfa97917389..11179dcb996c 100644 --- a/UnoControls/inc/multiplexer.hxx +++ b/UnoControls/inc/multiplexer.hxx @@ -2,9 +2,9 @@ * * $RCSfile: multiplexer.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 11:26:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -279,7 +279,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL acquire() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL acquire() throw(); /**_______________________________________________________________________________________________________ @short decrement refcount @@ -295,7 +295,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL release() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL release() throw(); //________________________________________________________________________________________________________ // operator |