diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-02-15 12:10:47 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-02-15 14:43:27 +0100 |
commit | 3473e1df1fa3483bae68a3c01fdd1b18def99745 (patch) | |
tree | af58b1c0b78f4a52e2a67e383fa28327636563fd /officecfg | |
parent | 18975274ddc585cc3e3e8b6ae5c2800b27723444 (diff) |
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@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
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 --> |