diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:36:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:36:25 +0000 |
commit | 884a6699e44a027f7dad6399b3f083686bcad74c (patch) | |
tree | 4a81cf8b9f2b60d2f3f19c5a5ed08dd2876c2b4d /vos | |
parent | 143705b6587bff3364897c8f505692af808dcb07 (diff) |
INTEGRATION: CWS vgcleanupmacros (1.2.20); FILE MERGED
2006/05/17 11:23:16 vg 1.2.20.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos')
-rw-r--r-- | vos/inc/vos/execabl.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/vos/inc/vos/execabl.hxx b/vos/inc/vos/execabl.hxx index fabbad261e9d..5b10fa4be7dc 100644 --- a/vos/inc/vos/execabl.hxx +++ b/vos/inc/vos/execabl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: execabl.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 08:59:19 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:36:25 $ * * 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 @@ # include <vos/refernce.hxx> #endif -#ifdef _USE_NAMESPACE namespace vos { -#endif /** IExecutable @@ -159,10 +157,7 @@ public: } }; - -#ifdef _USE_NAMESPACE } -#endif #endif // _VOS_EXECABL_HXX_ |