[Libreoffice-commits] help.git: source/text

Stanislav Horacek (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 8 10:57:46 UTC 2020


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

New commits:
commit de1a815d21e38d3942ce3647ffdabb5544b3636d
Author:     Stanislav Horacek <stanislav.horacek at gmail.com>
AuthorDate: Tue Jul 7 18:57:06 2020 +0200
Commit:     Olivier Hallot <olivier.hallot at 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.hallot at 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">


More information about the Libreoffice-commits mailing list