[Libreoffice-commits] core.git: sw/source
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 3 07:15:52 UTC 2020
sw/source/core/doc/DocumentSettingManager.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 03e3568f46d74d88a336421640f293c24aef975a
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Wed Sep 2 21:10:40 2020 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu Sep 3 09:15:12 2020 +0200
sw: handle SmallCapsPercentage66 when replacing compat options
This was added in commit eea95136da32d09a6f82a99583dd8c158d96c1d9
(compatibility option for old size of small caps (bnc#691473), 2011-05-20),
it's off by default and is only on old ODF documents.
Change-Id: I8e0bcae0b6a5bfd36236fb607356cba2846133e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101976
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 6c3ee2e54150..c1355c6b6319 100644
--- a/sw/source/core/doc/DocumentSettingManager.cxx
+++ b/sw/source/core/doc/DocumentSettingManager.cxx
@@ -634,7 +634,7 @@ void sw::DocumentSettingManager::ReplaceCompatibilityOptions(const DocumentSetti
// No mbInvertBorderSpacing
mbCollapseEmptyCellPara = rSource.mbCollapseEmptyCellPara;
mbTabAtLeftIndentForParagraphsInList = rSource.mbTabAtLeftIndentForParagraphsInList;
- // No mbSmallCapsPercentage66
+ mbSmallCapsPercentage66 = rSource.mbSmallCapsPercentage66;
mbTabOverflow = rSource.mbTabOverflow;
mbUnbreakableNumberings = rSource.mbUnbreakableNumberings;
mbClippedPictures = rSource.mbClippedPictures;
More information about the Libreoffice-commits
mailing list