summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-28 10:47:46 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-28 11:58:16 +0100
commit84eb872beb5f68a985dfe65c16c756cb4c45a84b (patch)
treea1400406ecd642f4c7f36d9a4795fa3a0d8bbebb /include
parent8fd8c0894deb1e9161aa4290c0f9c860ab4b14fb (diff)
Fix typo
Change-Id: Iebf4da702da03d9888bad314eb401cff6a26bd2b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85903 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/acceleratorexecute.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx
index d2b5969e6b9f..6c846bc5287e 100644
--- a/include/svtools/acceleratorexecute.hxx
+++ b/include/svtools/acceleratorexecute.hxx
@@ -160,7 +160,7 @@ class SVT_DLLPUBLIC AcceleratorExecute final : private TMutexInit
@return [bool]
true if this key is configured and match to a command.
Attention: This state does not mean the success state
- of the corresponding execute. Because its done asynchronous!
+ of the corresponding execute. Because it's done asynchronously!
*/
bool execute(const vcl::KeyCode& aKey);
bool execute(const css::awt::KeyEvent& aKey);