diff options
-rw-r--r-- | sw/source/uibase/docvw/edtwin.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 5bcbd4a9c843..1e07a0f4fcdc 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -3006,12 +3006,7 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt) rSh.SetShowHeaderFooterSeparator( FrameControlType::Footer, eControl == FrameControlType::Footer ); if ( !rSh.IsHeaderFooterEdit() ) - { rSh.ToggleHeaderFooterEdit(); - - // Repaint everything - rSh.GetWin()->Invalidate(); - } } } } |