diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:42:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:42:49 +0000 |
commit | eaf105f947694c29ef9edd9a5f63c5cccdc247cc (patch) | |
tree | 5cc56ed987c0959be52261a5dd65ae9f9ca6ed70 /vos | |
parent | 022ccda76934149ea35a1a34afe9c252b1f6bf03 (diff) |
INTEGRATION: CWS vgcleanupmacros (1.4.20); FILE MERGED
2006/05/17 11:23:20 vg 1.4.20.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos')
-rw-r--r-- | vos/source/pipe.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vos/source/pipe.cxx b/vos/source/pipe.cxx index 35b4624e2cdc..54a893cfb1bb 100644 --- a/vos/source/pipe.cxx +++ b/vos/source/pipe.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pipe.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:08:26 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:42:49 $ * * 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/pipe.hxx> #include <vos/diagnose.hxx> -#ifdef _USE_NAMESPACE using namespace vos; -#endif - /////////////////////////////////////////////////////////////////////////////// // Pipe |