summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/Resume.xhp
diff options
context:
space:
mode:
authorLibreOļ¬ƒciant <LibreOfficiant@sfr.fr>2020-04-23 10:41:18 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-04-25 15:29:19 +0200
commit82c126e04a96b7419c93e05186b88e7df72b2f29 (patch)
treece2e548f2c5b3a7d5a7890ef69ff4dae6aa3586c /source/text/sbasic/shared/Resume.xhp
parenttdf#131416 Syntax Diagrams omissions and cleanup (diff)
downloadhelp-82c126e04a96b7419c93e05186b88e7df72b2f29.tar.gz
help-82c126e04a96b7419c93e05186b88e7df72b2f29.zip
help pages corrections
- faulty embed in RGB() pages - faulty embeds could be removed in Blue(), Green(), Red() pages - did not clear 'farbcodes' in case use elsewhere - Rewording in Resume statement Change-Id: Ic760007a5e58af973f9935e22c107094d2170001 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92545 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/Resume.xhp')
-rw-r--r--source/text/sbasic/shared/Resume.xhp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/Resume.xhp b/source/text/sbasic/shared/Resume.xhp
index c7e46b901f..e95860e51b 100644
--- a/source/text/sbasic/shared/Resume.xhp
+++ b/source/text/sbasic/shared/Resume.xhp
@@ -28,9 +28,9 @@
<paragraph role="bascode" id="par_id3150984" localize="false">Resume [ [0] | label | Next ]</paragraph>
</bascode>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
- <paragraph role="paragraph" id="par_id481586090298901"><emph>0: </emph>Resets error information and re-executes the instruction that caused the error. <emph>0</emph> is optional.</paragraph>
- <paragraph role="paragraph" id="par_id331586090532804"><emph>label: </emph>Resets error information and executes the instruction at the given label.</paragraph>
- <paragraph role="paragraph" id="par_id331586090432804"><emph>Next: </emph>Resets error information and executes the instruction following the one that caused the error.</paragraph>
+ <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_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">
<listitem><paragraph id="par_id741586333516110" role="listitem"><literal>Erl</literal>: Module line number where error occurs.</paragraph></listitem>