[Libreoffice-commits] .: sw/source
Ivan Timofeev
ivantimofeev at kemper.freedesktop.org
Mon Feb 13 07:38:54 PST 2012
sw/source/core/layout/paintfrm.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 19d80a257b0e5c9d45985e49f33493f38c5d5f10
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date: Mon Feb 13 19:34:58 2012 +0400
Header/Footer: don't show in web layout mode
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index 74abd70..206bdc9 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 ) ) )
{
More information about the Libreoffice-commits
mailing list