From dcfd4beb213c551f6ef6ba379651bf303bd9017a Mon Sep 17 00:00:00 2001 From: "Michael T. Whiteley" Date: Wed, 7 Dec 2011 02:33:51 -0800 Subject: childs -> children --- forms/source/inc/InterfaceContainer.hxx | 2 +- forms/source/xforms/binding.cxx | 2 +- forms/source/xforms/binding.hxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'forms') diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx index ae22dbe452e7..ebaae92edbf2 100644 --- a/forms/source/inc/InterfaceContainer.hxx +++ b/forms/source/inc/InterfaceContainer.hxx @@ -267,7 +267,7 @@ protected: /** validates the given index @throws ::com::sun::star::lang::IndexOutOfBoundsException - if the given index does not denote a valid position in our childs array + if the given index does not denote a valid position in our children array */ void implCheckIndex( const sal_Int32 _nIndex ) SAL_THROW( ( ::com::sun::star::lang::IndexOutOfBoundsException ) ); diff --git a/forms/source/xforms/binding.cxx b/forms/source/xforms/binding.cxx index 679a1e093f50..af894207a92a 100644 --- a/forms/source/xforms/binding.cxx +++ b/forms/source/xforms/binding.cxx @@ -751,7 +751,7 @@ void Binding::valueModified() maValidityListeners.end(), ::std::bind2nd( ::std::ptr_fun( lcl_validate ), xSource ) ); - // now distribute MIPs to childs + // now distribute MIPs to children if( xNode.is() ) distributeMIP( xNode->getFirstChild() ); } diff --git a/forms/source/xforms/binding.hxx b/forms/source/xforms/binding.hxx index ba538441df91..8ce67e4df169 100644 --- a/forms/source/xforms/binding.hxx +++ b/forms/source/xforms/binding.hxx @@ -371,7 +371,7 @@ private: /// 'clear' this binding - remove all listeners, etc. void clear(); - /// distribute MIPs from current node recursively to childs + /// distribute MIPs from current node recursively to children void distributeMIP( const XNode_t &rxNode ); /// implement get*Namespaces() -- cgit