diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-09 16:11:32 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-09 16:37:41 +0200 |
commit | eb9ec1c794a0d3b8522375c7a87ac3ee999c8a66 (patch) | |
tree | 4729b5cc168353458cda5d1b9ea3174a476c2b4b /source/text/sbasic/shared/03050300.xhp | |
parent | 7897a9174b6b4a91134398359f3f1e690c774b69 (diff) |
remove obsolete oldref attribute (removes one context line in pot)
also remove obsolete l10n attribute (doesn't affect translations/pot)
Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
Diffstat (limited to 'source/text/sbasic/shared/03050300.xhp')
-rw-r--r-- | source/text/sbasic/shared/03050300.xhp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/source/text/sbasic/shared/03050300.xhp b/source/text/sbasic/shared/03050300.xhp index 46d56b809d..417cc32dad 100644 --- a/source/text/sbasic/shared/03050300.xhp +++ b/source/text/sbasic/shared/03050300.xhp @@ -32,19 +32,19 @@ <section id="errorf"> <bookmark xml-lang="en-US" branch="index" id="bm_id3159413"><bookmark_value>Error function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3159413" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03050300.xhp" name="Error Function [Runtime]">Error Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US" l10n="U" oldref="2">Returns the error message that corresponds to a given error code.</paragraph> +<paragraph role="heading" id="hd_id3159413" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03050300.xhp" name="Error Function [Runtime]">Error Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US">Returns the error message that corresponds to a given error code.</paragraph> </section> -<paragraph role="heading" id="hd_id3153379" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> +<paragraph role="heading" id="hd_id3153379" xml-lang="en-US" level="2">Syntax:</paragraph> <bascode> -<paragraph role="bascode" id="par_id3154366" xml-lang="en-US" oldref="4">Error (Expression)</paragraph> +<paragraph role="bascode" id="par_id3154366" xml-lang="en-US">Error (Expression)</paragraph> </bascode> -<paragraph role="heading" id="hd_id3145173" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3154125" xml-lang="en-US" l10n="U" oldref="6">String</paragraph> -<paragraph role="heading" id="hd_id3150869" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U" oldref="8"> +<paragraph role="heading" id="hd_id3145173" xml-lang="en-US" level="2">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3154125" xml-lang="en-US">String</paragraph> +<paragraph role="heading" id="hd_id3150869" xml-lang="en-US" level="2">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US"> <emph>Expression:</emph> Any numeric expression that contains the error code of the error message that you want to return.</paragraph> -<paragraph role="paragraph" id="par_id3159254" xml-lang="en-US" l10n="U" oldref="9">If no parameters are passed, the Error function returns the error message of the most recent error that occurred during program execution.</paragraph> +<paragraph role="paragraph" id="par_id3159254" xml-lang="en-US">If no parameters are passed, the Error function returns the error message of the most recent error that occurred during program execution.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#allerrors"/><comment>fixed i60953</comment> </body> |