From 4a086fca7b0a77c20bc9f1c97507966e2861f3da Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 19 Jan 2012 12:23:23 +0000 Subject: fix SvStream to not require a custom open or lstat method. --- tools/inc/tools/stream.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/inc/tools/stream.hxx') diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx index 37b7c3f96ab7..8c7fa0c58e44 100644 --- a/tools/inc/tools/stream.hxx +++ b/tools/inc/tools/stream.hxx @@ -576,10 +576,10 @@ class TOOLS_DLLPUBLIC SvFileStream : public SvStream friend class FileCopier; private: - StreamData* pInstanceData; + StreamData* pInstanceData; String aFilename; sal_uInt16 nLockCounter; - sal_Bool bIsOpen; + sal_Bool bIsOpen; sal_uInt32 GetFileHandle() const; // Forbidden and not implemented. -- cgit v1.2.3