From 19d80a257b0e5c9d45985e49f33493f38c5d5f10 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Mon, 13 Feb 2012 19:34:58 +0400 Subject: Header/Footer: don't show in web layout mode --- sw/source/core/layout/paintfrm.cxx | 1 + 1 file changed, 1 insertion(+) 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 ) ) ) { -- cgit