summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comphelper/source/misc/evtmethodhelper.cxx8
-rw-r--r--udkapi/com/sun/star/uno/XReference.idl2
2 files changed, 2 insertions, 8 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: */
diff --git a/udkapi/com/sun/star/uno/XReference.idl b/udkapi/com/sun/star/uno/XReference.idl
index f1d1f86374c3..39b4cdb7090e 100644
--- a/udkapi/com/sun/star/uno/XReference.idl
+++ b/udkapi/com/sun/star/uno/XReference.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module uno {
/** must be implemented by anyone who holds the adapter on the client side.@see XWeak
- for decription af concepts.
+ for description af concepts.
*/
published interface XReference: com::sun::star::uno::XInterface
{