diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 19:57:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:24:40 +0100 |
commit | c35616dd73c8b05e422f3b561f21e21f5489d574 (patch) | |
tree | 975aab3fbaecae0803be0783b25a0f89684dcc95 /sfx2/source/view/frame2.cxx | |
parent | f0dc6cda7580a2e070d3ad550fb4cd8577179203 (diff) |
bool improvements
Change-Id: I4a09bffccc0049d81ea3113e79184f64b026a4ba
Diffstat (limited to 'sfx2/source/view/frame2.cxx')
-rw-r--r-- | sfx2/source/view/frame2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/frame2.cxx b/sfx2/source/view/frame2.cxx index fe8163d642d6..9e2d9f6b0043 100644 --- a/sfx2/source/view/frame2.cxx +++ b/sfx2/source/view/frame2.cxx @@ -188,7 +188,7 @@ void SfxFrameWindow_Impl::StateChanged( StateChangedType nStateChange ) { if ( nStateChange == STATE_CHANGE_INITSHOW ) { - pFrame->pImp->bHidden = sal_False; + pFrame->pImp->bHidden = false; if ( pFrame->IsInPlace() ) // TODO/MBA: workaround for bug in LayoutManager: the final resize does not get through because the // LayoutManager works asynchronously and between resize and time execution the DockingAcceptor was exchanged so that |