sw/source/core/doc/DocumentSettingManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bef8fa40e192547457563e2296af531d63031a6f Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Wed May 6 21:13:53 2020 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Thu May 7 09:26:49 2020 +0200 sw: handle UnbreakableNumberings when replacing compat options This was added in commit 74b6759ee81c95ae75046dd411d2bd0bd2324a8b (n#707157: Word doesn't break the numberings and prefers hiding them, 2011-11-10), it's off by default and on for MSO documents. Change-Id: Ie8add246816fba7077f01b9eaedc2dfda953fb1b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93589 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 bbc2f0781387..a4776f91d7e1 100644 --- a/sw/source/core/doc/DocumentSettingManager.cxx +++ b/sw/source/core/doc/DocumentSettingManager.cxx @@ -619,7 +619,7 @@ void sw::DocumentSettingManager::ReplaceCompatibilityOptions(const DocumentSetti mbTabAtLeftIndentForParagraphsInList = rSource.mbTabAtLeftIndentForParagraphsInList; // No mbSmallCapsPercentage66 // No mbTabOverflow - // No mbUnbreakableNumberings + mbUnbreakableNumberings = rSource.mbUnbreakableNumberings; // No mbClippedPictures // No mbBackgroundParaOverDrawings mbTabOverMargin = rSource.mbTabOverMargin; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits