summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/splitwin.cxx7
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 )