summaryrefslogtreecommitdiff
path: root/svl/source/misc/msodocumentlockfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/misc/msodocumentlockfile.cxx')
-rw-r--r--svl/source/misc/msodocumentlockfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/misc/msodocumentlockfile.cxx b/svl/source/misc/msodocumentlockfile.cxx
index 938b36d5cd26..8e2be6a9abe9 100644
--- a/svl/source/misc/msodocumentlockfile.cxx
+++ b/svl/source/misc/msodocumentlockfile.cxx
@@ -212,7 +212,7 @@ LockFileEntry MSODocumentLockFile::GetLockData()
const sal_Int8* pBuf = aBuf.getConstArray() + 54;
int nUTF16Len = *pBuf; // try Word position
// If UTF-16 length is 0x20, then ACP length is also less than maximal, which means
- // that in Word lockfile case, at least two preceeding bytes would be zero. Both
+ // that in Word lockfile case, at least two preceding bytes would be zero. Both
// Excel and PowerPoint lockfiles would have at least one of those bytes non-zero.
if (nUTF16Len == 0x20 && (*(pBuf - 1) != 0 || *(pBuf - 2) != 0))
nUTF16Len = *++pBuf; // use Excel/PowerPoint position