diff options
-rw-r--r-- | include/tools/stream.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx index 4a5f91043021..253ba11c87f0 100644 --- a/include/tools/stream.hxx +++ b/include/tools/stream.hxx @@ -587,7 +587,7 @@ TOOLS_DLLPUBLIC bool isEmptyFileUrl(const OUString& rUrl); class TOOLS_DLLPUBLIC SvFileStream final : public SvStream { private: - void* mxFileHandle = nullptr; // on windows, it is a a HANDLE, otherwise, it is a oslFileHandle + void* mxFileHandle = nullptr; // on windows, it is a HANDLE, otherwise, it is a oslFileHandle #if defined(_WIN32) sal_uInt16 nLockCounter; #endif |