sw/source/core/doc/DocumentSettingManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7609f0f0e3aecb9edfa0a1738e17e46a6281e1bd Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Wed Jun 24 21:02:05 2020 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Thu Jun 25 09:08:20 2020 +0200 sw: handle BackgroundParaOverDrawings when replacing compat options This was added in commit 18b3feb8bef06bf7b126fd0bc743e19479cb8026 (n#778133 sw: add BackgroundParaOverDrawings compat flag, 2012-09-12), it's off by default and on for DOCX documents. Change-Id: If584f8eef2672d5d41c249e2b77b20f029587e23 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97078 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/source/core/doc/DocumentSettingManager.cxx b/sw/source/core/doc/DocumentSettingManager.cxx index c5a262f28596..1f2f4aef7e85 100644 --- a/sw/source/core/doc/DocumentSettingManager.cxx +++ b/sw/source/core/doc/DocumentSettingManager.cxx @@ -633,7 +633,7 @@ void sw::DocumentSettingManager::ReplaceCompatibilityOptions(const DocumentSetti // No mbTabOverflow mbUnbreakableNumberings = rSource.mbUnbreakableNumberings; // No mbClippedPictures - // No mbBackgroundParaOverDrawings + mbBackgroundParaOverDrawings = rSource.mbBackgroundParaOverDrawings; mbTabOverMargin = rSource.mbTabOverMargin; mbTreatSingleColumnBreakAsPageBreak = rSource.mbTreatSingleColumnBreakAsPageBreak; mbSurroundTextWrapSmall = rSource.mbSurroundTextWrapSmall; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits