Kaydet (Commit) aa906f3e authored tarafından Julien Nabet's avatar Julien Nabet

Typo: childs->children

Change-Id: Ib27b3e125581884b90efc9cc33b6b2aadab73851
üst 254c0927
......@@ -97,7 +97,7 @@ namespace svgio
}
else
{
// #i125258# for SVGTokenG decompose childs
// #i125258# for SVGTokenG decompose children
const SvgStyleAttributes* pStyle = getSvgStyleAttributes();
if(pStyle)
......
......@@ -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
}
}
......
......@@ -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
}
}
......
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