diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-06-20 13:52:32 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-06-20 13:52:32 +0000 |
commit | 4af0b189a02adf30bbdb18f8a83de46ff566a2df (patch) | |
tree | 2bf25ffcdce6ba42a203dbc9f1e913e982a9547a /codemaker | |
parent | 40cd280e03a8d926231adbdf57f14db65a90c086 (diff) |
#87298# insert operator<< for OString
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/codemaker/global.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/codemaker/source/codemaker/global.cxx b/codemaker/source/codemaker/global.cxx index 21a594e9bae0..dfefbc96c488 100644 --- a/codemaker/source/codemaker/global.cxx +++ b/codemaker/source/codemaker/global.cxx @@ -2,9 +2,9 @@ * * $RCSfile: global.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: jsc $ $Date: 2001-06-20 14:50:40 $ + * last change: $Author: jsc $ $Date: 2001-06-20 14:52:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -338,7 +338,7 @@ FileStream::~FileStream() sal_Bool FileStream::isValid() { -#if defined(SAL_UNX) || defined(SAL_OS2) || !defined(D__STL_NO_NEW_IOSTREAMS) +#if defined(SAL_UNX) || defined(SAL_OS2) || !defined(__STL_NO_NEW_IOSTREAMS) #if STLPORT_VERSION < 400 if(rdbuf()->fd() < 0) #else |