summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-04-03 10:01:21 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-04-16 09:26:09 +0200
commitf8d58421cb8bdff1c9a6248e99f3f99ced0a1ea5 (patch)
treeeb774bf2a5a5225bb5854b44a1e2f923567b1e19
parent69e2488acea640974fe7946f4cef18fed0ec4c30 (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 (cherry picked from commit a4c5e940881520834c19573c5b1119afa1c17744) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114043 Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
-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 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>