officecfg/registry/schema/org/openoffice/Office/Writer.xcs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 56ce1aa9239637a10f747c00ba93e96bb2e613ab
Author:     Heiko Tietze <heiko.tie...@documentfoundation.org>
AuthorDate: Mon Jul 24 17:33:55 2023 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Tue Jul 25 14:51:14 2023 +0200

    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.tie...@documentfoundation.org>

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 -->

Reply via email to