https://bugs.documentfoundation.org/show_bug.cgi?id=63662
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |bisected --- Comment #12 from Michael Weghorn <[email protected]> --- The respective source commit is probably the following: commit b86ea3948d5a8d43a385ba5851386d8f1daac8c2 Author: Cédric Bosdonnat <[email protected]> Date: Tue Feb 21 09:40:38 2012 +0100 Make column breaks indicator independent of meta-char viewing diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index ba89741..615c7fc 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -3396,8 +3396,7 @@ void SwColumnFrm::PaintBreak( ) const // * Non-printing characters are shown, as this is more consistent // with other formatting marks if ( !pGlobalShell->IsShowHeaderFooterSeparator( Header ) && - !pGlobalShell->IsShowHeaderFooterSeparator( Footer ) && - pGlobalShell->GetViewOptions( )->IsLineBreak( ) ) + !pGlobalShell->IsShowHeaderFooterSeparator( Footer ) ) { SwRect aRect( pCnt->Prt() ); aRect.Pos() += pCnt->Frm().Pos(); -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
