diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:43:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:43:17 +0000 |
commit | df7734844e716ccfe78336566467ec9a63ca5c19 (patch) | |
tree | 241b618d7ea919ee416181f65864ade2999f1691 /vos | |
parent | f61f68756f1e3257fd578c6e6d025b5e40681db3 (diff) |
INTEGRATION: CWS vgcleanupmacros (1.2.20); FILE MERGED
2006/05/17 11:23:20 vg 1.2.20.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos')
-rw-r--r-- | vos/source/module.cxx | 6 | ||||
-rw-r--r-- | vos/source/mutex.cxx | 7 | ||||
-rw-r--r-- | vos/source/refernce.cxx | 6 |
3 files changed, 6 insertions, 13 deletions
diff --git a/vos/source/module.cxx b/vos/source/module.cxx index 506a3a842efa..9c826ba9b752 100644 --- a/vos/source/module.cxx +++ b/vos/source/module.cxx @@ -4,9 +4,9 @@ * * $RCSfile: module.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:07:37 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:42:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,9 +37,7 @@ #include <vos/module.hxx> #include <vos/diagnose.hxx> -#ifdef _USE_NAMESPACE using namespace vos; -#endif VOS_IMPLEMENT_CLASSINFO(VOS_CLASSNAME(OModule, vos), VOS_NAMESPACE(OModule, vos), diff --git a/vos/source/mutex.cxx b/vos/source/mutex.cxx index a40ff1f765a3..3a96e3152a16 100644 --- a/vos/source/mutex.cxx +++ b/vos/source/mutex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mutex.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:07:52 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:42:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,10 +37,7 @@ #include <vos/object.hxx> #include <vos/mutex.hxx> -#ifdef _USE_NAMESPACE using namespace vos; -#endif - ///////////////////////////////////////////////////////////////////////////// // diff --git a/vos/source/refernce.cxx b/vos/source/refernce.cxx index 2a784ba63499..953fe567c9f0 100644 --- a/vos/source/refernce.cxx +++ b/vos/source/refernce.cxx @@ -4,9 +4,9 @@ * * $RCSfile: refernce.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:09:03 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:43:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,9 +39,7 @@ #include <vos/refernce.hxx> -#ifdef _USE_NAMESPACE using namespace vos; -#endif ORefCount::~ORefCount() { |