diff options
-rw-r--r-- | sw/source/ui/docvw/edtwin.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx index e4b91adf62a4..ede0af01b4f4 100644 --- a/sw/source/ui/docvw/edtwin.cxx +++ b/sw/source/ui/docvw/edtwin.cxx @@ -2607,9 +2607,9 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt) ( !rSh.IsHeaderFooterEdit() && bOverHdrFtr ) ) { if ( rMEvt.GetButtons() == MOUSE_LEFT && rMEvt.GetClicks( ) == 2 ) - rSh.ToggleHeaderFooterEdit(); - else - return; + rSh.ToggleHeaderFooterEdit( ); + + return; } if ( IsChainMode() ) |