summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-04-03 10:01:21 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-04-03 10:44:46 +0200
commita4c5e940881520834c19573c5b1119afa1c17744 (patch)
tree26bff0dd837896e7798a38263aa91c13b0d1c98b
parent101a9b4a3fcf1fd0a7163dac3a5dcd69431f4fee (diff)
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@collabora.com> Tested-by: Jenkins
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs2
1 files changed, 1 insertions, 1 deletions
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>