diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:20:59 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-04 10:23:17 +0000 |
commit | ffa8892c5a929ac121fc7b1020d8f6b5b3cf45be (patch) | |
tree | 4633fab92c7f808a932025491e97c5b62509b7f9 /comphelper | |
parent | 3dfdd18707019c49723ad98e74f5202a3ae436f7 (diff) |
Fix typos
Change-Id: I75b4ad61785bf0ba1cb07735d938c0977356b8cc
Reviewed-on: https://gerrit.libreoffice.org/16705
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/accessibleeventnotifier.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/misc/types.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/misc/accessibleeventnotifier.cxx b/comphelper/source/misc/accessibleeventnotifier.cxx index d8a3b36253e8..c375abdfed70 100644 --- a/comphelper/source/misc/accessibleeventnotifier.cxx +++ b/comphelper/source/misc/accessibleeventnotifier.cxx @@ -116,7 +116,7 @@ namespace to be called with our mutex locked @param nClient - the id of the client to loopup + the id of the client to lookup @param rPos out-parameter for the position of the client in the client map diff --git a/comphelper/source/misc/types.cxx b/comphelper/source/misc/types.cxx index 8cf8becd68a1..7ece3eb95f37 100644 --- a/comphelper/source/misc/types.cxx +++ b/comphelper/source/misc/types.cxx @@ -151,7 +151,7 @@ FontDescriptor getDefaultFont() bool isAssignableFrom(const Type& _rAssignable, const Type& _rFrom) { - // getthe type lib descriptions + // get the type lib descriptions typelib_TypeDescription* pAssignable = NULL; _rAssignable.getDescription(&pAssignable); |