diff options
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/stream.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx index f157f905fc6e..25e2a732bf9d 100644 --- a/tools/inc/tools/stream.hxx +++ b/tools/inc/tools/stream.hxx @@ -659,8 +659,9 @@ private: String aFilename; sal_uInt16 nLockCounter; sal_Bool bIsOpen; +#ifdef UNX sal_uInt32 GetFileHandle() const; - +#endif // Forbidden and not implemented. SvFileStream (const SvFileStream&); SvFileStream & operator= (const SvFileStream&); |