[Libreoffice-commits] core.git: svgio/source svtools/source svx/source

Julien Nabet serval2412 at yahoo.fr
Sun Aug 31 12:36:56 PDT 2014


 svgio/source/svgreader/svggnode.cxx                       |    2 +-
 svtools/source/control/accessibleruler.cxx                |    2 +-
 svx/source/accessibility/svxpixelctlaccessiblecontext.cxx |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit aa906f3e8a9de3d5013bcea98e0ffec31d1c64f7
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Aug 31 21:36:08 2014 +0200

    Typo: childs->children
    
    Change-Id: Ib27b3e125581884b90efc9cc33b6b2aadab73851

diff --git a/svgio/source/svgreader/svggnode.cxx b/svgio/source/svgreader/svggnode.cxx
index 85a97bd..08786cb 100644
--- a/svgio/source/svgreader/svggnode.cxx
+++ b/svgio/source/svgreader/svggnode.cxx
@@ -97,7 +97,7 @@ namespace svgio
             }
             else
             {
-                // #i125258# for SVGTokenG decompose childs
+                // #i125258# for SVGTokenG decompose children
                 const SvgStyleAttributes* pStyle = getSvgStyleAttributes();
 
                 if(pStyle)
diff --git a/svtools/source/control/accessibleruler.cxx b/svtools/source/control/accessibleruler.cxx
index 89abfe7..d923f4e 100644
--- a/svtools/source/control/accessibleruler.cxx
+++ b/svtools/source/control/accessibleruler.cxx
@@ -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
     }
 }
 
diff --git a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx
index 1a28f11..c80ad4d 100644
--- a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx
+++ b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx
@@ -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
     }
 }
 


More information about the Libreoffice-commits mailing list