diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:36:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:36:39 +0000 |
commit | 5549cc724f66958caecf1f076bfc3b2407d5bd1a (patch) | |
tree | 235c756a42102798d857d3b6f7ce12ecbb531652 /vos | |
parent | 884a6699e44a027f7dad6399b3f083686bcad74c (diff) |
INTEGRATION: CWS vgcleanupmacros (1.2.18); FILE MERGED
2006/05/17 11:23:16 vg 1.2.18.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos')
-rw-r--r-- | vos/inc/vos/istream.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/vos/inc/vos/istream.hxx b/vos/inc/vos/istream.hxx index 3950d3ea8fbc..150a3b40698b 100644 --- a/vos/inc/vos/istream.hxx +++ b/vos/inc/vos/istream.hxx @@ -4,9 +4,9 @@ * * $RCSfile: istream.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 08:59:34 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:36:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,10 +40,8 @@ # include <vos/types.hxx> #endif -#ifdef _USE_NAMESPACE namespace vos { -#endif /** Interface for a stream of data, on that you can read and write blocks of bytes. */ @@ -78,9 +76,7 @@ public: virtual sal_Bool SAL_CALL isEof() const = 0; }; -#ifdef _USE_NAMESPACE } -#endif #endif // _VOS_ISTREAM_HXX_ |