diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-06-28 13:02:13 +0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-06-28 15:15:00 +0200 |
commit | 03a7dfe5e6200bd6246fe71292897704b173c304 (patch) | |
tree | eaa1577b61f318c5aa97a82ec2950759540fffa9 /source/text/swriter | |
parent | 0b426bb3f2919aa34e8064de4b265a45cc6954cc (diff) |
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 <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
(cherry picked from commit 9c4821a20ffdaa879d326ad0537cc72d4f10f886)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136539
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/swriter')
-rw-r--r-- | source/text/swriter/01/05150100.xhp | 15 |
1 files 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 @@ <paragraph xml-lang="en-US" id="par_id3154105" role="paragraph">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 <link href="text/shared/01/05030500.xhp" name="lower border">lower border</link> of the preceding paragraph. The following rules apply:</paragraph> <list type="ordered"> <listitem> - <paragraph xml-lang="en-US" id="par_id3153530" role="listitem">Three hyphens (-) yield a single line (0.05 pt thick, gap 0.75 mm).</paragraph> + <paragraph xml-lang="en-US" id="par_id3153530" role="listitem">Three hyphens (-) yield a single line (0.05 pt thick).</paragraph> </listitem> <listitem> - <paragraph xml-lang="en-US" id="par_id3154477" role="listitem">Three underscore (_) yield a single line (1 pt thick, gap 0.75 mm).</paragraph> + <paragraph xml-lang="en-US" id="par_id3154477" role="listitem">Three underscores (_) yield a single line (0.75 pt thick).</paragraph> </listitem> <listitem> - <paragraph xml-lang="en-US" id="par_id3150982" role="listitem">Three equal signs (=) yield a double line (1.10 pt thick, gap 0.75 mm).</paragraph> + <paragraph xml-lang="en-US" id="par_id3150982" role="listitem">Three equal signs (=) yield a thin double line (0.75 pt thick).</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_id621656410235262" role="listitem">Three asterisk signs (*) yield a thick/thin double line (2.25 pt thick).</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_id861656410244737" role="listitem">Three tilde signs (~) yield a thin/thick double line (2.25 pt thick).</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_id951656410249826" role="listitem">Three hash signs (#) yield a medium double line (1.5 pt thick).</paragraph> </listitem> </list> <section id="relatedtopics"> |