diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2017-01-30 23:19:12 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-05-16 22:36:34 +0200 |
commit | 1d2c1291f700f729c28a209d2422a8d2f926e347 (patch) | |
tree | 2856cd6fec61028684b38ab1b252409af8881c91 /source/text/sbasic/shared/03102450.xhp | |
parent | c1b5c626539f3893c07c11380c5cfe94bc5f8d36 (diff) |
Basic: add localize=false for some bascode lines
Change-Id: I78884c0421ef8ad935ca7214b9116fda29d2797f
update: remove duplicate empty line at end of files
Reviewed-on: https://gerrit.libreoffice.org/33766
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/text/sbasic/shared/03102450.xhp')
-rw-r--r-- | source/text/sbasic/shared/03102450.xhp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03102450.xhp b/source/text/sbasic/shared/03102450.xhp index 04758ccf01..ae60e8247d 100644 --- a/source/text/sbasic/shared/03102450.xhp +++ b/source/text/sbasic/shared/03102450.xhp @@ -37,7 +37,7 @@ </section> <paragraph role="heading" id="par_idN10561" xml-lang="en-US" level="2">Syntax:</paragraph> <bascode> -<paragraph role="bascode" id="par_idN10565" xml-lang="en-US">IsError (Var)</paragraph> +<paragraph role="bascode" localize="false" id="par_idN10565" xml-lang="en-US">IsError (Var)</paragraph> </bascode> <paragraph role="heading" id="par_idN10568" xml-lang="en-US" level="2">Return value:</paragraph> <paragraph role="paragraph" id="par_idN1056C" xml-lang="en-US">Bool</paragraph> @@ -46,4 +46,3 @@ <emph>Var:</emph> Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False.</paragraph> </body> </helpdocument> - |