From 03a7dfe5e6200bd6246fe71292897704b173c304 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Tue, 28 Jun 2022 13:02:13 +0300 Subject: Document all cases of AutoCorrect for separator lines Looking at sw/source/core/edit/autofmt.cxx we can discover all the six cases in SwAutoFormat::DoUnderline() I don't understand what the "gap 0.75 mm" means, so I removed them. Change-Id: Ia3e07d7c5e9bfd9581da37f99ce54374e1eb04ba Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136564 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas Reviewed-by: Ilmari Lauhakangas (cherry picked from commit 9c4821a20ffdaa879d326ad0537cc72d4f10f886) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136539 Reviewed-by: Adolfo Jayme Barrientos --- source/text/swriter/01/05150100.xhp | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/source/text/swriter/01/05150100.xhp b/source/text/swriter/01/05150100.xhp index 465cb1cbd8..ef162055c5 100644 --- a/source/text/swriter/01/05150100.xhp +++ b/source/text/swriter/01/05150100.xhp @@ -59,13 +59,22 @@ If you type three or more hyphens (---), underscores (___) or equal signs (===) on line and then press Enter, the paragraph is replaced by a horizontal line as wide as the page. The line is actually the lower border of the preceding paragraph. The following rules apply: - Three hyphens (-) yield a single line (0.05 pt thick, gap 0.75 mm). + Three hyphens (-) yield a single line (0.05 pt thick). - Three underscore (_) yield a single line (1 pt thick, gap 0.75 mm). + Three underscores (_) yield a single line (0.75 pt thick). - Three equal signs (=) yield a double line (1.10 pt thick, gap 0.75 mm). + Three equal signs (=) yield a thin double line (0.75 pt thick). + + + Three asterisk signs (*) yield a thick/thin double line (2.25 pt thick). + + + Three tilde signs (~) yield a thin/thick double line (2.25 pt thick). + + + Three hash signs (#) yield a medium double line (1.5 pt thick).
-- cgit