summaryrefslogtreecommitdiff
path: root/comphelper/source
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/source
parentb4b180db13d9525277164732d7ad7c77d404e29d (diff)
typo: decription -> description
Diffstat (limited to 'comphelper/source')
-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: */