summaryrefslogtreecommitdiff
path: root/source/text/sbasic
diff options
context:
space:
mode:
authorAlain Romedenne <LibreOfficiant@sfr.fr>2020-07-10 10:39:13 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-07-10 14:40:20 +0200
commit93b76db773b5d3622c42906c346f4c10ac3f53eb (patch)
tree35c83fdf51868d96816851f33ebbdc1491900505 /source/text/sbasic
parent290bab91dab73ea80e595c3b284926c7e01b35d1 (diff)
tdf#131416 typo in basic syntax
Change-Id: Ic51949f7781263879f8d92861d1a08e8d98329af Reviewed-on: https://gerrit.libreoffice.org/c/help/+/98455 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r--source/text/sbasic/shared/03050500.xhp2
-rw-r--r--source/text/sbasic/shared/Resume.xhp2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03050500.xhp b/source/text/sbasic/shared/03050500.xhp
index 2481ea1cfe..7e0e1e11a3 100644
--- a/source/text/sbasic/shared/03050500.xhp
+++ b/source/text/sbasic/shared/03050500.xhp
@@ -44,7 +44,7 @@
<image src="media/helpimg/sbasic/On-Error_statement.svg" id="img_id4156296484514"><alt xml-lang="en-US" id="alt_id15152796484514">On Error Statement diagram</alt></image>
</paragraph>
<bascode>
-<paragraph id="par_id3145173" role="bascode" xml-lang="en-US">On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}</paragraph>
+<paragraph id="par_id3145173" role="bascode" xml-lang="en-US">On [Local] Error {GoTo Labelname | GoTo 0 | Resume Next}</paragraph>
</bascode>
<paragraph id="hd_id3154125" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph>
diff --git a/source/text/sbasic/shared/Resume.xhp b/source/text/sbasic/shared/Resume.xhp
index 0aa2ff88e9..fa9e60dcc0 100644
--- a/source/text/sbasic/shared/Resume.xhp
+++ b/source/text/sbasic/shared/Resume.xhp
@@ -72,6 +72,6 @@
<paragraph role="bascode" id="bas_id721586096644854" localize="false"> Resume Next</paragraph>
<paragraph role="bascode" id="bas_id431586096645266" localize="false">End Sub ' Iteration</paragraph>
</bascode>
- <warning id="par_id461586091018138">Using <literal>Resume</literal> without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a neverending loop.</warning>
+ <warning id="par_id461586091018138">Using <literal>Resume</literal> without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a never ending loop.</warning>
</body>
</helpdocument> \ No newline at end of file