diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-02-13 19:34:58 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-02-13 19:38:20 +0400 |
commit | 19d80a257b0e5c9d45985e49f33493f38c5d5f10 (patch) | |
tree | f2023603d567da4ed479d039039d2564b556fc84 | |
parent | f689658056a3473f9698c21edb3fb14a2541d3a7 (diff) |
Header/Footer: don't show in web layout mode
-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 ) ) ) { |