summaryrefslogtreecommitdiff
path: root/include/sfx2
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/sfx2
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/sfx2')
-rw-r--r--include/sfx2/lokhelper.hxx2
-rw-r--r--include/sfx2/viewsh.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/lokhelper.hxx b/include/sfx2/lokhelper.hxx
index 9de82ce9049c..cf2c1c9c72bb 100644
--- a/include/sfx2/lokhelper.hxx
+++ b/include/sfx2/lokhelper.hxx
@@ -64,7 +64,7 @@ public:
/// Get viewIds of views of the current DocId.
static bool getViewIds(int nDocId, int* pArray, size_t nSize);
/// Set View Blocked for some uno commands
- static void setBlockedCommandList(int nViewId, const char* bolckedCommandList);
+ static void setBlockedCommandList(int nViewId, const char* blockedCommandList);
/// Get the document id for a view
static int getDocumentIdOfView(int nViewId);
/// Get the default language that should be used for views
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx
index 4dd1783fabe9..89c9cd6c0c7c 100644
--- a/include/sfx2/viewsh.hxx
+++ b/include/sfx2/viewsh.hxx
@@ -395,7 +395,7 @@ public:
virtual tools::Rectangle getLOKVisibleArea() const { return tools::Rectangle(); }
// Blocked Command view settings
- void setBlockedCommandList(const char* bolckedCommandList);
+ void setBlockedCommandList(const char* blockedCommandList);
bool isBlockedCommand(OUString command);
};