summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit
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 /include/LibreOfficeKit
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 'include/LibreOfficeKit')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKit.h2
-rw-r--r--include/LibreOfficeKit/LibreOfficeKit.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h
index 29ffeff44bbb..75b10017b6f6 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/include/LibreOfficeKit/LibreOfficeKit.h
@@ -461,7 +461,7 @@ struct _LibreOfficeKitDocumentClass
/// @see lok::Document::setBlockedCommandList
void (*setBlockedCommandList) (LibreOfficeKitDocument* pThis,
int nViewId,
- const char* bolckedCommandList);
+ const char* blockedCommandList);
/// @see lok::Document::renderSearchResult
bool (*renderSearchResult) (LibreOfficeKitDocument* pThis,
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx
index bde89ec4240c..064caae2729b 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
@@ -787,9 +787,9 @@ public:
mpDoc->pClass->sendFormFieldEvent(mpDoc, pArguments);
}
- void setBlockedCommandList(int nViewId, const char* bolckedCommandList)
+ void setBlockedCommandList(int nViewId, const char* blockedCommandList)
{
- mpDoc->pClass->setBlockedCommandList(mpDoc, nViewId, bolckedCommandList);
+ mpDoc->pClass->setBlockedCommandList(mpDoc, nViewId, blockedCommandList);
}
/**
* Render input search result to a bitmap buffer.