diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-04 15:45:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-04 16:50:44 +0000 |
commit | 9e7b0ef950035393e28d2c1469c4c1a0a5662c17 (patch) | |
tree | 17129a53d82cf43a10b8aeaf7b53a962284c031c /sfx2 | |
parent | b4a31534b949c512facdc7b0d148f249db285d13 (diff) |
follow up remove unused autohide leftovers
Change-Id: Ic7281e915075519c300a330557399111838d7d34
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/splitwin.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx index 67c019002d0a..79f05ab6d9a6 100644 --- a/sfx2/source/dialog/splitwin.cxx +++ b/sfx2/source/dialog/splitwin.cxx @@ -283,9 +283,6 @@ SfxSplitWindow::SfxSplitWindow( vcl::Window* pParent, SfxChildAlignment eAl, pEmptyWin->bFadeIn = true; pEmptyWin->nState = 2; } - - SetAutoHideState( !bPinned ); - pEmptyWin->SetAutoHideState( !bPinned ); } @@ -1092,12 +1089,8 @@ void SfxSplitWindow::SetPinned_Impl( bool bOn ) pWorkWin->RegisterChild_Impl( *this, eAlign, true )->nVisible = SfxChildVisibility::VISIBLE; } } - - SetAutoHideState( !bPinned ); - pEmptyWin->SetAutoHideState( !bPinned ); } - void SfxSplitWindow::SetFadeIn_Impl( bool bOn ) { if ( bOn == pEmptyWin->bFadeIn ) |