From 6afcf92af0b7589911eb011a373ea23970a481e6 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 5 Feb 2021 17:03:08 +0100 Subject: tdf#91920 sw page gutter margin, from top: add DOC filter But leave the fRTLGutter case alone for now, I can't find the Word UI for that. (cherry picked from commit e1d217b086e8c47efc5ced4c490062956d564e3f) Change-Id: I1d97e85308aa13892f50c0fcd3680cec514ef566 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110669 Tested-by: Jenkins CollaboraOffice Reviewed-by: Miklos Vajna --- sw/source/filter/ww8/ww8par6.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sw/source/filter/ww8/ww8par6.cxx') diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx index 4a8821f678f8..be0c2145763a 100644 --- a/sw/source/filter/ww8/ww8par6.cxx +++ b/sw/source/filter/ww8/ww8par6.cxx @@ -481,10 +481,6 @@ void wwSectionManager::SetLeftRight(wwSection &rSection) nWWRi += nWWGu; nWWGu = 0; } - else if (mrReader.m_xWDop->iGutterPos) - { - nWWGu = 0; - } // Left / Right if ((rSection.nPgWidth - nWWLe - nWWRi) < MINLAY) -- cgit