Typo: childs->children

Change-Id: Ib27b3e125581884b90efc9cc33b6b2aadab73851
This commit is contained in:
Julien Nabet 2014-08-31 21:36:08 +02:00
parent 254c0927e6
commit aa906f3e8a
3 changed files with 4 additions and 4 deletions

View File

@ -97,7 +97,7 @@ namespace svgio
}
else
{
// #i125258# for SVGTokenG decompose childs
// #i125258# for SVGTokenG decompose children
const SvgStyleAttributes* pStyle = getSvgStyleAttributes();
if(pStyle)

View File

@ -63,7 +63,7 @@ SvtRulerAccessible::~SvtRulerAccessible()
if( IsAlive() )
{
osl_atomic_increment( &m_refCount );
dispose(); // set mpRepr = NULL & release all childs
dispose(); // set mpRepr = NULL & release all children
}
}

View File

@ -65,7 +65,7 @@ SvxPixelCtlAccessible::~SvxPixelCtlAccessible()
if( IsAlive() )
{
osl_atomic_increment( &m_refCount );
dispose(); // set mpRepr = NULL & release all childs
dispose(); // set mpRepr = NULL & release all children
}
}
uno::Reference< XAccessibleContext > SvxPixelCtlAccessible::getAccessibleContext( )
@ -579,7 +579,7 @@ SvxPixelCtlAccessibleChild::~SvxPixelCtlAccessibleChild()
if( IsAlive() )
{
osl_atomic_increment( &m_refCount );
dispose(); // set mpRepr = NULL & release all childs
dispose(); // set mpRepr = NULL & release all children
}
}