summaryrefslogtreecommitdiff
path: root/framework/source/helper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 09:32:10 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 09:32:10 +0200
commit0c317af38ae4c91f7472789cd53c571825610d0f (patch)
tree18f7f863f495166d1beee16930f22dc854a6d5ad /framework/source/helper
parent956002dc4448ced19348b31329ac114b3b65516e (diff)
s/childrens/children/
Change-Id: I1731710811506383d29c835a613b07506e7232f0
Diffstat (limited to 'framework/source/helper')
-rw-r--r--framework/source/helper/oframes.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx
index 48ebd42edef5..33e3ff301b55 100644
--- a/framework/source/helper/oframes.cxx
+++ b/framework/source/helper/oframes.cxx
@@ -207,10 +207,10 @@ Sequence< css::uno::Reference< XFrame > > SAL_CALL OFrames::queryFrames( sal_Int
// If searched for children, step over all elements in container and collect the informations.
if ( nSearchFlags & FrameSearchFlag::CHILDREN )
{
- // Don't search for parents, siblings and self at childrens!
+ // Don't search for parents, siblings and self at children!
// These things are supported by this instance himself.
sal_Int32 nChildSearchFlags = FrameSearchFlag::SELF | FrameSearchFlag::CHILDREN;
- // Step over all items of container and ask childrens for frames.
+ // Step over all items of container and ask children for frames.
sal_uInt32 nCount = m_pFrameContainer->getCount();
for ( sal_uInt32 nIndex=0; nIndex<nCount; ++nIndex )
{