diff options
Diffstat (limited to 'sw/inc/io.hxx')
-rw-r--r-- | sw/inc/io.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/io.hxx b/sw/inc/io.hxx index b0e6f0fce00b..66af95e9a28a 100644 --- a/sw/inc/io.hxx +++ b/sw/inc/io.hxx @@ -60,7 +60,7 @@ public: // ctor oeffnet File im BinearMode, dtor schliesst es BinaryFile(const String &, int eOpenMode); ~BinaryFile(); - BOOL Ok() const { + sal_Bool Ok() const { return -1 != fd; } operator int() const { return fd; } @@ -167,7 +167,7 @@ public: return aStr; } - BOOL Ok(); + sal_Bool Ok(); }; |