[Libreoffice-commits] core.git: officecfg/registry
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Feb 15 13:43:55 UTC 2019
officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3473e1df1fa3483bae68a3c01fdd1b18def99745
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Fri Feb 15 12:10:47 2019 +0100
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Fri Feb 15 14:43:27 2019 +0100
Disable automatic border creation in sw
This "feature" would convert "___" to a full width paragraph border.
See e.g. https://ask.libreoffice.org/en/question/15711/stop-auto-line-formatting/
for problems caused by this.
So I strongly suggest to turn this "feature" off by default.
Change-Id: Ib0f650e408711e3409a5066f4c0941d2eb300787
Reviewed-on: https://gerrit.libreoffice.org/67865
Tested-by: Jenkins
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 541f3984a21d..d18a5469079c 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -4472,7 +4472,7 @@
<desc>Specifies whether borders are applied to paragraphs automatically.</desc>
<label>Apply border</label>
</info>
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="ChangeToTable" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Writer/AutoFormat/ByInput -->
More information about the Libreoffice-commits
mailing list