diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-09-10 22:44:47 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-09-10 22:44:47 +0000 |
commit | cf6a1e41bcf4b7ab7c5ddc948683efe4ee5a680d (patch) | |
tree | 508959b41a206c86c231433e6e2483efa8765205 /xml2cmp | |
parent | 49749239ca71441a4a3b404771617e4c8d2a0886 (diff) |
CWS-TOOLING: integrate CWS os2port06dev300
2009-09-05 22:49:00 +0200 ydario r275858 : #i99588# applied os2port06 diff to DEV300 tree.
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/source/xcd/filebuff.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xml2cmp/source/xcd/filebuff.cxx b/xml2cmp/source/xcd/filebuff.cxx index e958c274b552..8035d697ae4d 100644 --- a/xml2cmp/source/xcd/filebuff.cxx +++ b/xml2cmp/source/xcd/filebuff.cxx @@ -59,11 +59,7 @@ LoadXmlFile( Buffer & o_rBuffer, // Read file: aXmlFile.read(o_rBuffer.Data(), (int) nBufferSize); -#ifdef OS2 // YD eof&fail are set, so check for fail&bad - bool ret = aXmlFile.fail() != 0; -#else bool ret = aXmlFile.good() != 0; -#endif aXmlFile.close(); return ret; } |