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

New commits:
commit 0e69275695679e34300df2d16640cdec3dd1df2f
Author:     Miklos Vajna <[email protected]>
AuthorDate: Wed Apr 22 21:06:58 2020 +0200
Commit:     Miklos Vajna <[email protected]>
CommitDate: Wed Jun 3 09:09:08 2020 +0200

    tdf#124790: sw: handle SubtractFlys when replacing compat options
    
    This was added in commit c5cf8824a619401627f18abc7b3049551c71ac2a
    (tdf#86578: sw: fix rendering of legacy documents with fly achored at
    fly), it's off by default and on for legacy ODT files.
    
    Change-Id: I8a08106bed8b12c173d47ed66efe54fd71953c99
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92731
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <[email protected]>
    Signed-off-by: Xisco Fauli <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95298

diff --git a/sw/source/core/doc/DocumentSettingManager.cxx 
b/sw/source/core/doc/DocumentSettingManager.cxx
index fe13a6b569f6..0d2a8fb99808 100644
--- a/sw/source/core/doc/DocumentSettingManager.cxx
+++ b/sw/source/core/doc/DocumentSettingManager.cxx
@@ -592,6 +592,7 @@ void 
sw::DocumentSettingManager::ReplaceCompatibilityOptions(const DocumentSetti
     mbUnixForceZeroExtLeading = rSource.mbUnixForceZeroExtLeading;
     mbTabRelativeToIndent = rSource.mbTabRelativeToIndent;
     mbTabAtLeftIndentForParagraphsInList = 
rSource.mbTabAtLeftIndentForParagraphsInList;
+    mbSubtractFlys = rSource.mbSubtractFlys;
     mbMsWordCompTrailingBlanks = rSource.mbMsWordCompTrailingBlanks;
     mbEmptyDbFieldHidesPara = rSource.mbEmptyDbFieldHidesPara;
 }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to