diff options
author | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-07-24 17:33:55 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-07-25 14:51:14 +0200 |
commit | 56ce1aa9239637a10f747c00ba93e96bb2e613ab (patch) | |
tree | da8aa1fde50e77c45d26271bebf5526ba834482f /officecfg | |
parent | 609ed2944b030a692c942428afa8bf7c3ac93672 (diff) |
Resolves tdf#58434 - No field shading for soft hyphen and non-breaking spaces
Change-Id: I27123b013aa8fc876ddb06e1dd96f4ac50d6ebbc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154847
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 0f684bb2eea9..5ac39808f1d0 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1144,7 +1144,7 @@ <desc>Specifies whether optional hyphens are shown on the screen.</desc> <label>Optional hyphens</label> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="Space" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters --> @@ -1160,7 +1160,7 @@ <desc>Specifies whether protected spaces are shown on the screen.</desc> <label>Protected Spaces</label> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="Tab" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters --> |