summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-10-22 23:28:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-10-23 11:37:14 +0200
commitb187189318a3d49dfa049490d214faf92dce9d86 (patch)
tree03000e9f042dd6fb1544963ae5bc8e82a96a33b3 /desktop
parent4739593c39158fffd745ca6af43d41017c9cbe39 (diff)
Fix typos
Change-Id: Iaba882b1bd000a068cfaa207c743be038d5db434 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124087 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 4d6a93877e6f..ba3315306464 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1072,7 +1072,7 @@ static void doc_postKeyEvent(LibreOfficeKitDocument* pThis,
int nKeyCode);
static void doc_setBlockedCommandList(LibreOfficeKitDocument* pThis,
int nViewId,
- const char* bolckedCommandList);
+ const char* blockedCommandList);
static void doc_postWindowExtTextInputEvent(LibreOfficeKitDocument* pThis,
unsigned nWindowId,
@@ -3643,10 +3643,10 @@ static void doc_postKeyEvent(LibreOfficeKitDocument* pThis, int nType, int nChar
}
}
-static void doc_setBlockedCommandList(LibreOfficeKitDocument* /*pThis*/, int nViewId, const char* bolckedCommandList)
+static void doc_setBlockedCommandList(LibreOfficeKitDocument* /*pThis*/, int nViewId, const char* blockedCommandList)
{
SolarMutexGuard aGuard;
- SfxLokHelper::setBlockedCommandList(nViewId, bolckedCommandList);
+ SfxLokHelper::setBlockedCommandList(nViewId, blockedCommandList);
}
static void doc_postWindowExtTextInputEvent(LibreOfficeKitDocument* pThis, unsigned nWindowId, int nType, const char* pText)