source/text/sbasic/shared/03050500.xhp |    2 +-
 source/text/sbasic/shared/Resume.xhp   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 93b76db773b5d3622c42906c346f4c10ac3f53eb
Author:     Alain Romedenne <libreoffici...@sfr.fr>
AuthorDate: Fri Jul 10 10:39:13 2020 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Fri Jul 10 14:40:20 2020 +0200

    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.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03050500.xhp 
b/source/text/sbasic/shared/03050500.xhp
index 2481ea1cf..7e0e1e11a 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 0aa2ff88e..fa9e60dcc 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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to