diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 12:47:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 12:47:29 +0000 |
commit | 226c3e98998ff1383d8f200db9857ddc0b5e387e (patch) | |
tree | d5ce4e5b81d3550ef5a741f722d0a7a400090c09 /vos/inc | |
parent | 3a2ab6f0cbf184e297c68b1318fc9a9b5819467f (diff) |
INTEGRATION: CWS ooo20031216 (1.1.1.1.98); FILE MERGED
2003/12/29 09:20:51 waratah 1.1.1.1.98.1: #i23913# remove TRY CATCH macros
Diffstat (limited to 'vos/inc')
-rw-r--r-- | vos/inc/vos/xception.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/vos/inc/vos/xception.hxx b/vos/inc/vos/xception.hxx index 4a9ade245e22..c65a5d73e4d5 100644 --- a/vos/inc/vos/xception.hxx +++ b/vos/inc/vos/xception.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xception.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:18:13 $ + * last change: $Author: hr $ $Date: 2004-02-04 13:47:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,13 +83,7 @@ namespace vos * based on true rtti type checking */ -#define TRY try -#define CATCH( Class, Exception ) catch( Class& Exception ) -#define CATCH_ALL() catch( ... ) -#define AND_CATCH( Class, Exception ) catch( Class& Exception ) -#define AND_CATCH_ALL() catch( ... ) #define THROW_AGAIN throw; -#define END_CATCH #define THROW( Constructor ) throw Constructor; /* |