[Libreoffice-commits] core.git: officecfg/registry
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 3 08:45:28 UTC 2020
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a4c5e940881520834c19573c5b1119afa1c17744
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Fri Apr 3 10:01:21 2020 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Fri Apr 3 10:44:46 2020 +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
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index f52ac45291de..1307269765fb 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3973,7 +3973,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