diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2012-02-21 09:40:38 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2012-02-23 13:56:23 +0100 |
commit | b86ea3948d5a8d43a385ba5851386d8f1daac8c2 (patch) | |
tree | 61795402e2868b3963ed55bb44aaec98cf569539 /sw | |
parent | 2fefaa2852da33e4d4cf33628b76bbe302ecbfdf (diff) |
Make column breaks indicator independent of meta-char viewing
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/paintfrm.cxx | 3 |
1 files changed, 1 insertions, 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(); |