source/text/sbasic/shared/Resume.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit de1a815d21e38d3942ce3647ffdabb5544b3636d
Author:     Stanislav Horacek <stanislav.hora...@gmail.com>
AuthorDate: Tue Jul 7 18:57:06 2020 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Wed Jul 8 12:57:26 2020 +0200

    fix doubled colon
    
    Change-Id: I9bad622b777f2e403e24386f7efb985de72aceb6
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/98292
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/Resume.xhp 
b/source/text/sbasic/shared/Resume.xhp
index f2f6b0d56..0aa2ff88e 100644
--- a/source/text/sbasic/shared/Resume.xhp
+++ b/source/text/sbasic/shared/Resume.xhp
@@ -29,7 +29,7 @@
    </bascode>
    <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
     <paragraph role="paragraph" 
id="par_id481586090298901"><literal>0</literal>: Resets error information and 
re-executes the instruction that caused the error. <literal>0</literal> is 
optional.</paragraph>
-    <paragraph role="paragraph" id="par_id331586090532804"><emph>label: 
</emph>: Resets error information and resumes execution at the specified label 
of the current subroutine.</paragraph>
+    <paragraph role="paragraph" id="par_id331586090532804"><emph>label</emph>: 
Resets error information and resumes execution at the specified label of the 
current subroutine.</paragraph>
     <paragraph role="paragraph" 
id="par_id331586090432804"><literal>Next</literal>: Resets error information 
and executes the instruction following the one that caused the 
error.</paragraph>
     <paragraph role="paragraph" id="par_id441586333320983">Error information 
is built with <literal>Erl</literal>, <literal>Err</literal> and 
<literal>Error$</literal> functions.</paragraph>
     <list type="unordered">
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to