summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/evtmethodhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/evtmethodhelper.cxx')
-rw-r--r--comphelper/source/misc/evtmethodhelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/misc/evtmethodhelper.cxx b/comphelper/source/misc/evtmethodhelper.cxx
index 1101a473e716..4fe780630718 100644
--- a/comphelper/source/misc/evtmethodhelper.cxx
+++ b/comphelper/source/misc/evtmethodhelper.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -44,10 +44,10 @@ namespace comphelper
{
typelib_InterfaceTypeDescription *pType=0;
type.getDescription( (typelib_TypeDescription**)&pType);
-
+
if(!pType)
return Sequence< ::rtl::OUString>();
-
+
Sequence< ::rtl::OUString> aNames(pType->nMembers);
::rtl::OUString* pNames = aNames.getArray();
for(sal_Int32 i=0;i<pType->nMembers;i++,++pNames)