summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-06-28 13:41:44 +0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-06-28 15:13:14 +0200
commit06913270253a3a6740fde42752dfec0389d2a1f2 (patch)
tree187f0f7e07227b334d7b88b242e0708847f67cf4 /source
parent8871d41ec6b31d722e3de27742605ff270cd33e1 (diff)
Clarify AutoCorrect rules for separator lines
Change-Id: Ia3b4e2acce14b919e5fdebaf58c6040f901169ff Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136565 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r--source/text/swriter/01/05150100.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/swriter/01/05150100.xhp b/source/text/swriter/01/05150100.xhp
index ef162055c5..ddee2b2979 100644
--- a/source/text/swriter/01/05150100.xhp
+++ b/source/text/swriter/01/05150100.xhp
@@ -56,7 +56,7 @@
</listitem>
</list>
<h2 xml-lang="en-US" id="hd_id3152941">AutoCorrect for Separator Lines</h2>
- <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>
+ <paragraph xml-lang="en-US" id="par_id3154105" role="paragraph">If you type three or more hyphens (---) or certain other characters in a row 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 bottom padding of such a paragraph will be set to 0.75 mm. 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).</paragraph>
option value='feature/xtiledrenderable'>feature/xtiledrenderable LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/resultcolumn.hxx
AgeCommit message (Expand)Author
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-03com::sun::star->css in dbaccessNoel Grandin