summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-02-27 13:36:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-02-27 13:27:07 +0000
commit222a54b90562662841f1e74f486731a5d2c22ab3 (patch)
tree345cb824e1bb5cede53d90ff24a5537b1c1226f0 /include
parentce0cf8301f1452f3bdc00992b7fde5e97a007337 (diff)
Fix typo
Change-Id: Ic46012d64456a85255bfd91a98b642c59df210e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147890 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/tools/stream.hxx2
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