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 | c227a00ed7ab4fe696d6179be2f8b0e7c1966bfc (patch) | |
tree | 076a5dbe9e591733ad0891d31524265ebff746eb /rdbmaker | |
parent | 2edcb8164021f3589b6af203f4e673b196a5f25b (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 42c8a711e..5c52f10e1 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 |