Page Break: show/hide them with the line breaks

This commit is contained in:
Cédric Bosdonnat 2011-09-13 16:07:35 +02:00
parent e88eb733ed
commit 59e708a6f2

View file

@ -3357,7 +3357,7 @@ void SwPageFrm::PaintBreak( ) const
// * Non-printing characters are shown, as this is more consistent
// with other formatting marks
if ( !pGlobalShell->IsShowHeaderFooterSeparator() &&
pGlobalShell->GetViewOptions()->IsShowHiddenChar( ) )
pGlobalShell->GetViewOptions( )->IsLineBreak( ) )
{
SwRect aRect( pCnt->Prt() );
aRect.Pos() += pCnt->Frm().Pos();