diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:37:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:37:52 +0000 |
commit | ccfd255865f4af6b4912292facc5c37aae40f837 (patch) | |
tree | d37516259833fc86d6e050ae1516641c574f290e /vos | |
parent | 9b2e1a97fb1bf8919c2b270434438d2affe79134 (diff) |
INTEGRATION: CWS vgcleanupmacros (1.7.20); FILE MERGED
2006/05/17 11:23:17 vg 1.7.20.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos')
-rw-r--r-- | vos/inc/vos/pipe.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/vos/inc/vos/pipe.hxx b/vos/inc/vos/pipe.hxx index f87b445d9a87..cc3e57c56386 100644 --- a/vos/inc/vos/pipe.hxx +++ b/vos/inc/vos/pipe.hxx @@ -4,9 +4,9 @@ * * $RCSfile: pipe.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:01:19 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:37:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,11 +63,8 @@ #endif -#ifdef _USE_NAMESPACE namespace vos { -#endif - class OStreamPipe; @@ -278,10 +275,7 @@ public: virtual sal_Bool SAL_CALL isEof() const; }; - -#ifdef _USE_NAMESPACE } -#endif #endif // _VOS_PIPE_HXX_ |