summaryrefslogtreecommitdiffstats
path: root/comphelper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:28:02 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:23 +0100
commitdc8f33ba5d0324b6a3d34c37f0a6f66a1ad3d12b (patch)
tree1470c03995a43e7ce54f9e1c43907bc241ba2e45 /comphelper
parenttypo: temorary -> temporary (diff)
downloadcore-dc8f33ba5d0324b6a3d34c37f0a6f66a1ad3d12b.tar.gz
core-dc8f33ba5d0324b6a3d34c37f0a6f66a1ad3d12b.zip
typo: decription -> description
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/evtmethodhelper.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/comphelper/source/misc/evtmethodhelper.cxx b/comphelper/source/misc/evtmethodhelper.cxx
index d69bdfd7c944..1c805f2eddd5 100644
--- a/comphelper/source/misc/evtmethodhelper.cxx
+++ b/comphelper/source/misc/evtmethodhelper.cxx
@@ -38,7 +38,7 @@ namespace comphelper
OUString* pNames = aNames.getArray();
for(sal_Int32 i=0;i<pType->nMembers;i++,++pNames)
{
- // the decription reference
+ // the description reference
typelib_TypeDescriptionReference* pMemberDescriptionReference = pType->ppMembers[i];
// the description for the reference
typelib_TypeDescription* pMemberDescription = NULL;
@@ -56,10 +56,4 @@ namespace comphelper
}
-
-
-
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */