diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-19 12:23:23 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-19 12:25:02 +0000 |
commit | 4a086fca7b0a77c20bc9f1c97507966e2861f3da (patch) | |
tree | a065ccbf7fd0adb66c4e335d181056f27f52512a /tools/inc | |
parent | 755f299eccee79aa91ce6d935b85d2b00fe74974 (diff) |
fix SvStream to not require a custom open or lstat method.
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/stream.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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. |