sw/source/core/doc/DocumentSettingManager.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 03e3568f46d74d88a336421640f293c24aef975a
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Wed Sep 2 21:10:40 2020 +0200
Commit:     Miklos Vajna <vmik...@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 <vmik...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to