Make column breaks indicator independent of meta-char viewing

This commit is contained in:
Cédric Bosdonnat 2012-02-21 09:40:38 +01:00
parent 2fefaa2852
commit b86ea3948d

View file

@ -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();