diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-07-18 17:02:39 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-07-18 17:02:39 +0000 |
commit | 9bf4e41dc048477a66d584c10b4321ef7fb00219 (patch) | |
tree | de501194d1ea11fdc835068b0797751c6d910c01 /rdbmaker | |
parent | 1e4f780f3778b6f31505f9267eb298de862a44f9 (diff) |
#87298#
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/source/codemaker/global.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rdbmaker/source/codemaker/global.cxx b/rdbmaker/source/codemaker/global.cxx index 4defc582db24..bec489b3102e 100644 --- a/rdbmaker/source/codemaker/global.cxx +++ b/rdbmaker/source/codemaker/global.cxx @@ -2,9 +2,9 @@ * * $RCSfile: global.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: tbe $ $Date: 2001-05-11 09:01:30 $ + * last change: $Author: hjs $ $Date: 2001-07-18 18:02:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -333,7 +333,7 @@ FileStream::~FileStream() sal_Bool FileStream::isValid() { -#if defined(SAL_UNX) || defined(SAL_OS2) +#ifndef __STL_NO_NEW_IOSTREAMS #if STLPORT_VERSION < 400 if(rdbuf()->fd() < 0) #else |