summaryrefslogtreecommitdiff
path: root/sfx2/source/view/frame2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/frame2.cxx')
-rw-r--r--sfx2/source/view/frame2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/frame2.cxx b/sfx2/source/view/frame2.cxx
index 35b4435c2abe..e18398fb4352 100644
--- a/sfx2/source/view/frame2.cxx
+++ b/sfx2/source/view/frame2.cxx
@@ -219,7 +219,7 @@ void SfxFrameWindow_Impl::StateChanged( StateChangedType nStateChange )
DoResize();
SfxViewFrame* pView = pFrame->GetCurrentViewFrame();
if ( pView )
- pView->GetBindings().GetWorkWindow_Impl()->ShowChilds_Impl();
+ pView->GetBindings().GetWorkWindow_Impl()->ShowChildren_Impl();
}
Window::StateChanged( nStateChange );