summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2012-02-21 09:40:38 +0100
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2012-02-23 13:56:23 +0100
commitb86ea3948d5a8d43a385ba5851386d8f1daac8c2 (patch)
tree61795402e2868b3963ed55bb44aaec98cf569539 /sw
parentAnd silence warnings in libcdr too (diff)
downloadcore-b86ea3948d5a8d43a385ba5851386d8f1daac8c2.tar.gz
core-b86ea3948d5a8d43a385ba5851386d8f1daac8c2.zip
Make column breaks indicator independent of meta-char viewing
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/paintfrm.cxx3
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();