diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-09-13 16:07:35 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-09-13 17:29:04 +0200 |
commit | 59e708a6f2b114b2afb59efc476780dcb987fa8d (patch) | |
tree | 40595c948594159a67c3a3e488447037ca6db5da /sw/source | |
parent | e88eb733eda4fe3284d366a4cc0d20d3b1c80e85 (diff) |
Page Break: show/hide them with the line breaks
Diffstat (limited to 'sw/source')
-rwxr-xr-x | sw/source/core/layout/paintfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index 544d02b2d16d..54d2e5deb338 100755 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -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(); |