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 --- sfx2/source/view/frame.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2/source/view/frame.cxx') diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx index f4bf5fdb8678..d2705599dd2c 100644 --- a/sfx2/source/view/frame.cxx +++ b/sfx2/source/view/frame.cxx @@ -917,8 +917,8 @@ void SfxFrame::Resize() if ( pWork ) { - pWork->ArrangeChilds_Impl(); - pWork->ShowChilds_Impl(); + pWork->ArrangeChildren_Impl(); + pWork->ShowChildren_Impl(); } // problem in presence of UIActive object: when the window is resized, but the toolspace border -- cgit