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

New commits:
commit ac14ed9f26582701032a28cb424f2b6bf35ca7fd
Author:     Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
AuthorDate: Wed Dec 9 09:11:24 2020 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@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.brinz...@gmx.de>
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@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 -->
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to