[Libreoffice-commits] core.git: officecfg/registry
Samuel Mehrbrodt (via logerrit)
logerrit at kemper.freedesktop.org
Thu Dec 10 15:51:23 UTC 2020
officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ac14ed9f26582701032a28cb424f2b6bf35ca7fd
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Wed Dec 9 09:11:24 2020 +0100
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Thu Dec 10 16:50:42 2020 +0100
Don't show HiddenParagraphs by default
Showing them means that the layout is different from what is printed.
This probably shouldn't be the default.
The similiar HiddenCharacter is also false by default.
Change-Id: Id68408463ccbceab18b73ac78f24d1b4b4cbeaeb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107385
Tested-by: Jenkins
Reviewed-by: Oliver Brinzing <oliver.brinzing at gmx.de>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 84125017318f..c99841d3cbde 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -1203,7 +1203,7 @@
<desc>Specifies whether hidden paragraphs are displayed on the screen.</desc>
<label>Hidden paragraphs</label>
</info>
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="HiddenCharacter" oor:type="xs:boolean" oor:nillable="false">
<!-- UIHints: Tools - Options - Text document Formatting aids - [Section] Display of -->
More information about the Libreoffice-commits
mailing list