diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:37:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:37:08 +0000 |
commit | 8310dbf812a291bd17a26cfac09e13d50c67320b (patch) | |
tree | 8edb5b83eb0135bf07f4d29a25d68fe42d025a68 /vos | |
parent | c7a692723a0665d0b63225bd186a082bb1b6e9f7 (diff) |
INTEGRATION: CWS vgcleanupmacros (1.5.20); FILE MERGED
2006/05/17 11:23:17 vg 1.5.20.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos')
-rw-r--r-- | vos/inc/vos/module.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/vos/inc/vos/module.hxx b/vos/inc/vos/module.hxx index b324b252d02c..88c50277c9b4 100644 --- a/vos/inc/vos/module.hxx +++ b/vos/inc/vos/module.hxx @@ -4,9 +4,9 @@ * * $RCSfile: module.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:00:02 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:37:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,10 +47,8 @@ # include <osl/module.h> #endif -#ifdef _USE_NAMESPACE namespace vos { -#endif class OModule : public OObject { @@ -88,9 +86,7 @@ protected: oslModule m_Module; }; -#ifdef _USE_NAMESPACE } -#endif #endif |