diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-27 12:06:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-27 12:06:10 +0000 |
commit | fa0968851d6939c222fd652a88a642df283e9434 (patch) | |
tree | 91f3933cecffdc1e3b6bba2184be57cf585e0c18 /UnoControls/source/inc | |
parent | 482b28000da1bf568785881faccd1bc8ee89e4c7 (diff) |
#65293#: exception specifications
Diffstat (limited to 'UnoControls/source/inc')
-rw-r--r-- | UnoControls/source/inc/OConnectionPointContainerHelper.hxx | 8 | ||||
-rw-r--r-- | UnoControls/source/inc/OConnectionPointHelper.hxx | 8 | ||||
-rw-r--r-- | UnoControls/source/inc/framecontrol.hxx | 8 | ||||
-rw-r--r-- | UnoControls/source/inc/progressbar.hxx | 8 | ||||
-rw-r--r-- | UnoControls/source/inc/progressmonitor.hxx | 8 | ||||
-rw-r--r-- | UnoControls/source/inc/statusindicator.hxx | 8 |
6 files changed, 24 insertions, 24 deletions
diff --git a/UnoControls/source/inc/OConnectionPointContainerHelper.hxx b/UnoControls/source/inc/OConnectionPointContainerHelper.hxx index 1db9378edf99..c4528575136f 100644 --- a/UnoControls/source/inc/OConnectionPointContainerHelper.hxx +++ b/UnoControls/source/inc/OConnectionPointContainerHelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: OConnectionPointContainerHelper.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 @@ -192,7 +192,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL acquire() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL acquire() throw(); /**_______________________________________________________________________________________________________ @short decrement refcount @@ -208,7 +208,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL release() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL release() throw(); //__________________________________________________________________________________________________________ // XConnectionPointContainer diff --git a/UnoControls/source/inc/OConnectionPointHelper.hxx b/UnoControls/source/inc/OConnectionPointHelper.hxx index e10aa8689a73..172a12940cf6 100644 --- a/UnoControls/source/inc/OConnectionPointHelper.hxx +++ b/UnoControls/source/inc/OConnectionPointHelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: OConnectionPointHelper.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 @@ -199,7 +199,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL acquire() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL acquire() throw(); /**_______________________________________________________________________________________________________ @short decrement refcount @@ -215,7 +215,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL release() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL release() throw(); //__________________________________________________________________________________________________________ // XConnectionPoint diff --git a/UnoControls/source/inc/framecontrol.hxx b/UnoControls/source/inc/framecontrol.hxx index 185ca5be3eb0..a42cd11c1a4e 100644 --- a/UnoControls/source/inc/framecontrol.hxx +++ b/UnoControls/source/inc/framecontrol.hxx @@ -2,9 +2,9 @@ * * $RCSfile: framecontrol.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hjs $ $Date: 2001-09-11 16:43:00 $ + * 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 @@ -245,7 +245,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL acquire() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL acquire() throw(); /**_______________________________________________________________________________________________________ @short decrement refcount @@ -261,7 +261,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/source/inc/progressbar.hxx b/UnoControls/source/inc/progressbar.hxx index 179eecc6cd7b..b877dcb07354 100644 --- a/UnoControls/source/inc/progressbar.hxx +++ b/UnoControls/source/inc/progressbar.hxx @@ -2,9 +2,9 @@ * * $RCSfile: progressbar.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: as $ $Date: 2001-08-10 12:04:15 $ + * 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 @@ -200,7 +200,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL acquire() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL acquire() throw(); /**_______________________________________________________________________________________________________ @short decrement refcount @@ -216,7 +216,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/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 diff --git a/UnoControls/source/inc/statusindicator.hxx b/UnoControls/source/inc/statusindicator.hxx index 9f4411ce5ad3..9033f3883041 100644 --- a/UnoControls/source/inc/statusindicator.hxx +++ b/UnoControls/source/inc/statusindicator.hxx @@ -2,9 +2,9 @@ * * $RCSfile: statusindicator.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: as $ $Date: 2001-08-10 12:04:21 $ + * 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 @@ -242,7 +242,7 @@ class StatusIndicator : public UNO3_XLAYOUTCONSTRAINS @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL acquire() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL acquire() throw(); /**_______________________________________________________________________________________________________ @short decrement refcount @@ -258,7 +258,7 @@ class StatusIndicator : public UNO3_XLAYOUTCONSTRAINS @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL release() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL release() throw(); //--------------------------------------------------------------------------------------------------------- // XTypeProvider |