From b86ea3948d5a8d43a385ba5851386d8f1daac8c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Tue, 21 Feb 2012 09:40:38 +0100 Subject: [PATCH] Make column breaks indicator independent of meta-char viewing --- sw/source/core/layout/paintfrm.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index ba89741d98ad..615c7fc0eaaf 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();