diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:43:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:43:04 +0000 |
commit | f61f68756f1e3257fd578c6e6d025b5e40681db3 (patch) | |
tree | 4b6fdc2e90487805e2d603b5ddab6023d6113fb4 /vos | |
parent | eaf105f947694c29ef9edd9a5f63c5cccdc247cc (diff) |
INTEGRATION: CWS vgcleanupmacros (1.11.18); FILE MERGED
2006/05/17 11:23:20 vg 1.11.18.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos')
-rw-r--r-- | vos/source/process.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vos/source/process.cxx b/vos/source/process.cxx index 7bcf5ebe2898..63c43c14f3a6 100644 --- a/vos/source/process.cxx +++ b/vos/source/process.cxx @@ -4,9 +4,9 @@ * * $RCSfile: process.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:08:43 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:43:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,10 +49,7 @@ #define MAX_ARGS 100 #define MAX_ENVIROMENTS 100 -#ifdef _USE_NAMESPACE using namespace vos; -#endif - ///////////////////////////////////////////////////////////////////////////// /// Argument |