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 /sfx2/source/view/frame.cxx | |
parent | ad2eb6c4ba3ca36e2302c721a106dac80d266325 (diff) |
childs -> children
Diffstat (limited to 'sfx2/source/view/frame.cxx')
-rw-r--r-- | sfx2/source/view/frame.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |