Kaydet (Commit) dc8f33ba authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: decription -> description

üst b4b180db
...@@ -38,7 +38,7 @@ namespace comphelper ...@@ -38,7 +38,7 @@ namespace comphelper
OUString* pNames = aNames.getArray(); OUString* pNames = aNames.getArray();
for(sal_Int32 i=0;i<pType->nMembers;i++,++pNames) for(sal_Int32 i=0;i<pType->nMembers;i++,++pNames)
{ {
// the decription reference // the description reference
typelib_TypeDescriptionReference* pMemberDescriptionReference = pType->ppMembers[i]; typelib_TypeDescriptionReference* pMemberDescriptionReference = pType->ppMembers[i];
// the description for the reference // the description for the reference
typelib_TypeDescription* pMemberDescription = NULL; typelib_TypeDescription* pMemberDescription = NULL;
...@@ -56,10 +56,4 @@ namespace comphelper ...@@ -56,10 +56,4 @@ namespace comphelper
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
module com { module sun { module star { module uno { module com { module sun { module star { module uno {
/** must be implemented by anyone who holds the adapter on the client side.@see XWeak /** 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 published interface XReference: com::sun::star::uno::XInterface
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment