diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:41:07 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:41:07 +0000 |
commit | ec6eb378ca5d86e62faa7b33d9d38ea7538f4327 (patch) | |
tree | 69b068ba1251c447559f53a83a2d8e4cf553fa4f /vos/inc | |
parent | fdbdba165757ec56f1ff3218cd6b59a629bbb75b (diff) |
INTEGRATION: CWS vgcleanupmacros (1.3.18); FILE MERGED
2006/05/17 11:23:19 vg 1.3.18.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos/inc')
-rw-r--r-- | vos/inc/vos/xception.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/vos/inc/vos/xception.hxx b/vos/inc/vos/xception.hxx index d99714740fb5..94986a71a442 100644 --- a/vos/inc/vos/xception.hxx +++ b/vos/inc/vos/xception.hxx @@ -4,9 +4,9 @@ * * $RCSfile: xception.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:05:54 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:41:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,10 +44,8 @@ #pragma warning( disable : 4290 ) #endif -#ifdef _USE_NAMESPACE namespace vos { -#endif /* avoid clashes with <vos/exception.hxx> */ #define OException OBaseException @@ -85,9 +83,7 @@ public: { return *this; } }; -#ifdef _USE_NAMESPACE } -#endif #endif /* _XCEPTION_HXX_ */ |