typo: decription -> description
This commit is contained in:
parent
b4b180db13
commit
dc8f33ba5d
@ -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: */
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user