diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:35:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:35:58 +0000 |
commit | f4935510a8b7aab5504b09e18a6bee9f14988107 (patch) | |
tree | 08979f8a1f2b1332b9a3dc8265d38ee7945ab7f6 /tools/source | |
parent | 5b276971d5c3fc72dbea650b985e9bb6686e1f67 (diff) |
INTEGRATION: CWS vclcleanup02 (1.14.8); FILE MERGED
2003/12/04 17:25:50 mt 1.14.8.1: #i23061# Removed SUPD stuff
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/stream/stream.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index f95ee93d942b..b63c90fc309f 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -2,9 +2,9 @@ * * $RCSfile: stream.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2003-11-25 10:40:56 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:35:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,11 +105,6 @@ DBG_NAME( Stream ); #define SPECIAL_PARAM_PRECISION 2 // Format-Str, Precision, Number #define SPECIAL_PARAM_BOTH 3 // Format-Str, Width, Precision, Number -#if SUPD <= 344 -#define _CR '\n' -#define _LF '\r' -#endif - // ----------------------------------------------------------------------- // !!! Nicht inline, wenn Operatoren <<,>> inline sind |