diff options
-rw-r--r-- | sw/source/core/layout/paintfrm.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index 74abd70bd127..206bdc9bd50c 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -3489,6 +3489,7 @@ void SwPageFrm::PaintDecorators( ) const !pGlobalShell->GetViewOptions()->IsPDFExport() && !pGlobalShell->IsPreView() && !pGlobalShell->GetViewOptions()->IsReadonly() && + !pGlobalShell->GetViewOptions()->getBrowseMode() && ( pGlobalShell->IsShowHeaderFooterSeparator( Header ) || pGlobalShell->IsShowHeaderFooterSeparator( Footer ) ) ) { |