#87298# insert operator<< for OString
This commit is contained in:
parent
40cd280e03
commit
4af0b189a0
@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: global.cxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
@ -338,7 +338,7 @@ FileStream::~FileStream()
|
|||||||
|
|
||||||
sal_Bool FileStream::isValid()
|
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 STLPORT_VERSION < 400
|
||||||
if(rdbuf()->fd() < 0)
|
if(rdbuf()->fd() < 0)
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user