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