diff options
author | Michael T. Whiteley <mike@whiteley.org> | 2011-12-07 02:33:51 -0800 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-08 11:32:41 +0200 |
commit | dcfd4beb213c551f6ef6ba379651bf303bd9017a (patch) | |
tree | a819f50716357c2a5561f6b9a09809cfc52d7dbf /forms | |
parent | ad2eb6c4ba3ca36e2302c721a106dac80d266325 (diff) |
childs -> children
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/inc/InterfaceContainer.hxx | 2 | ||||
-rw-r--r-- | forms/source/xforms/binding.cxx | 2 | ||||
-rw-r--r-- | forms/source/xforms/binding.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
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() |