diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-13 15:52:56 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-13 14:51:15 +0000 |
commit | 1f408db49740f8cc6ba67d72b54f49d2e4fdae9b (patch) | |
tree | 9c69f0c29184240836c93019ef44de839bdcee01 /include | |
parent | c1fc84ac140d519e0bfa7a607e36771682b08eed (diff) |
Fix typos
Change-Id: Ifaa52b49b717d893846fc1e7ae4ac50735f824ac
Reviewed-on: https://gerrit.libreoffice.org/16260
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/acceleratorexecute.hxx | 2 | ||||
-rw-r--r-- | include/svtools/contextmenuhelper.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx index f42bc2afd339..6e9c223c0fed 100644 --- a/include/svtools/acceleratorexecute.hxx +++ b/include/svtools/acceleratorexecute.hxx @@ -172,7 +172,7 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit /** @short trigger this accelerator. - @descr The internal configuartions are used to find + @descr The internal configurations are used to find as suitable command for this key code. This command will be queued and executed later asynchronous. diff --git a/include/svtools/contextmenuhelper.hxx b/include/svtools/contextmenuhelper.hxx index c0fd6bcf6124..4b7db90b83fd 100644 --- a/include/svtools/contextmenuhelper.hxx +++ b/include/svtools/contextmenuhelper.hxx @@ -79,7 +79,7 @@ class SVT_DLLPUBLIC ContextMenuHelper // methods to retrieve a single command URL dependent value from a - // ui configuratin manager + // ui configuration manager Image getImageFromCommandURL( const OUString& aCmdURL ) const; OUString getLabelFromCommandURL( const OUString& aCmdURL ) const; |