[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-4+backports' - officecfg/registry

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 16 07:26:53 UTC 2021


 officecfg/registry/schema/org/openoffice/Office/Common.xcs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f8d58421cb8bdff1c9a6248e99f3f99ced0a1ea5
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Fri Apr 3 10:01:21 2020 +0200
Commit:     Thorsten Behrens <thorsten.behrens at allotropia.de>
CommitDate: Fri Apr 16 09:26:09 2021 +0200

    tdf#125268 officecfg: export LO character background as MSO shading by default
    
    This restores commit 701238ea7d8a06fe7a90de15b7660b7c6d854f09
    (tdf#125268: Export LO character background as MSO shading by default.,
    2020-03-23).
    
    As per ESC discussion, see
    <https://lists.freedesktop.org/archives/libreoffice/2020-April/084813.html>
    for the details. Summary: the benefit is that this way we don't loose
    data, and the cost is that LO's highlighting is called shading in MSO
    now.
    
    The minutes has several good ideas how to improve this further in
    follow-up commits.
    
    Change-Id: I12c76a7c273178d284b84c6c23e9348feb316127
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91611
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
    Tested-by: Jenkins
    (cherry picked from commit a4c5e940881520834c19573c5b1119afa1c17744)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114043
    Tested-by: Thorsten Behrens <thorsten.behrens at allotropia.de>
    Reviewed-by: Thorsten Behrens <thorsten.behrens at allotropia.de>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 3a9472e924fc..7c0eb6c255d2 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3939,7 +3939,7 @@
               <desc>Specifies if character background is exported as highlighting
               (and not as shading) when saving to Word document</desc>
             </info>
-            <value>true</value>
+            <value>false</value>
           </prop>
         </group>
       </group>


More information about the Libreoffice-commits mailing list