include/tools/stream.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 222a54b90562662841f1e74f486731a5d2c22ab3 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Feb 27 13:36:57 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Feb 27 13:27:07 2023 +0000 Fix typo Change-Id: Ic46012d64456a85255bfd91a98b642c59df210e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147890 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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