From 3ed9bba283a6a67864c0928186e277240be0d9ba Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 4 Feb 2021 10:18:28 +0100 Subject: Fix typo in code Change-Id: Ib8b306a27d25a34e784aeeb72708b0d5d1511f3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110394 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- sal/osl/w32/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/osl/w32/file.cxx') diff --git a/sal/osl/w32/file.cxx b/sal/osl/w32/file.cxx index ca31d714dfef..1803121f503d 100644 --- a/sal/osl/w32/file.cxx +++ b/sal/osl/w32/file.cxx @@ -976,7 +976,7 @@ oslFileError SAL_CALL osl_setFilePos(oslFileHandle Handle, sal_uInt32 uHow, sal_ FileHandle_Impl::Guard lock(&(pImpl->m_mutex)); switch (uHow) { - case osl_Pos_Absolut: + case osl_Pos_Absolute: if (nOffset < 0) return osl_File_E_INVAL; break; -- cgit