diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2017-01-22 10:26:20 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-01-25 18:31:16 +0000 |
commit | 7b98ed0680a6573ec9b5710ffceeac8df60e684e (patch) | |
tree | 9ca9187583ff4bac1688acb723f059b2ef8b6b06 /source/text/sbasic/shared/03102450.xhp | |
parent | ec3123033ab3ea3eace5dd7b53047dcd4daa4ece (diff) |
Basic: remove ^M
Remove ^M characters at end of line
remove tabulation characters
Change-Id: I96345f88c732ad5c40a6143437cccf064aca0738
Reviewed-on: https://gerrit.libreoffice.org/33387
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03102450.xhp b/source/text/sbasic/shared/03102450.xhp index f398a66efd..00ae3479d9 100644 --- a/source/text/sbasic/shared/03102450.xhp +++ b/source/text/sbasic/shared/03102450.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- * This file is part of the LibreOffice project. * @@ -18,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - + <helpdocument version="1.0"> <meta> <topic id="textsbasicshared03102450xhp" indexer="include" status="PUBLISH"> @@ -37,8 +36,8 @@ <paragraph role="paragraph" id="par_idN1055E" xml-lang="en-US" l10n="NEW">Tests if a variable contains an error value.</paragraph> </section> <paragraph role="heading" id="par_idN10561" xml-lang="en-US" level="2" l10n="NEW">Syntax:</paragraph> -<bascode>
-<paragraph role="bascode" id="par_idN10565" xml-lang="en-US">IsError (Var)</paragraph>
+<bascode> +<paragraph role="bascode" id="par_idN10565" xml-lang="en-US">IsError (Var)</paragraph> </bascode> <paragraph role="heading" id="par_idN10568" xml-lang="en-US" level="2" l10n="NEW">Return value:</paragraph> <paragraph role="paragraph" id="par_idN1056C" xml-lang="en-US" l10n="NEW">Bool</paragraph> @@ -47,3 +46,4 @@ <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> + |