typo: decription -> description
This commit is contained in:
@@ -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
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user