[Libreoffice-commits] core.git: sw/source
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 23 06:39:49 UTC 2020
sw/source/core/doc/DocumentSettingManager.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d28fade1348ff5b4e9cbe20a4c563f74fb8853c2
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Wed Jul 22 21:06:31 2020 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu Jul 23 08:39:09 2020 +0200
sw: handle TabOverflow when replacing compat options
This was added in commit fd886cdc6a8c047a9fb1bd10a00f901b4adb525e
(n#693238: fixed docx import of tabs set after the end margin,
2011-10-31), it's off for old ODF documents, on otherwise.
Change-Id: If5b132d9270c5cca888fb1e6e803958858aa76d0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99253
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
diff --git a/sw/source/core/doc/DocumentSettingManager.cxx b/sw/source/core/doc/DocumentSettingManager.cxx
index 73421cee6eab..09f0d5efb2cc 100644
--- a/sw/source/core/doc/DocumentSettingManager.cxx
+++ b/sw/source/core/doc/DocumentSettingManager.cxx
@@ -640,7 +640,7 @@ void sw::DocumentSettingManager::ReplaceCompatibilityOptions(const DocumentSetti
mbCollapseEmptyCellPara = rSource.mbCollapseEmptyCellPara;
mbTabAtLeftIndentForParagraphsInList = rSource.mbTabAtLeftIndentForParagraphsInList;
// No mbSmallCapsPercentage66
- // No mbTabOverflow
+ mbTabOverflow = rSource.mbTabOverflow;
mbUnbreakableNumberings = rSource.mbUnbreakableNumberings;
mbClippedPictures = rSource.mbClippedPictures;
mbBackgroundParaOverDrawings = rSource.mbBackgroundParaOverDrawings;
More information about the Libreoffice-commits
mailing list