diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2020-03-23 12:34:16 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2020-03-23 13:34:25 +0100 |
commit | 701238ea7d8a06fe7a90de15b7660b7c6d854f09 (patch) | |
tree | 6b96a1a9b04323dee1f991e465fbd6dc6ceafdc3 /officecfg/registry | |
parent | fd1cd5522283f279a01d6d673f676a1346e9358b (diff) |
tdf#125268: Export LO character background as MSO shading by default.
Change-Id: I139f7b0795a12bbf0f54a0031883c2f05bf644cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90909
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
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 e7c339e2e22e..33187cd8c1f7 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> |