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/03102800.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/03102800.xhp')
-rw-r--r-- | source/text/sbasic/shared/03102800.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03102800.xhp b/source/text/sbasic/shared/03102800.xhp index 07e0699876..3ac6244b41 100644 --- a/source/text/sbasic/shared/03102800.xhp +++ b/source/text/sbasic/shared/03102800.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="textsbasicshared03102800xml" indexer="include" status="PUBLISH"> @@ -37,8 +36,8 @@ <paragraph role="paragraph" id="par_id3148538" xml-lang="en-US" l10n="U" oldref="2">Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False.</paragraph> </section> <paragraph role="heading" id="hd_id3149234" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<bascode>
-<paragraph role="bascode" id="par_id3154285" xml-lang="en-US" oldref="4">IsObject (ObjectVar)</paragraph>
+<bascode> +<paragraph role="bascode" id="par_id3154285" xml-lang="en-US" oldref="4">IsObject (ObjectVar)</paragraph> </bascode> <paragraph role="heading" id="hd_id3148685" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> <paragraph role="paragraph" id="par_id3156024" xml-lang="en-US" l10n="U" oldref="6">Bool</paragraph> @@ -49,3 +48,4 @@ <embed href="text/sbasic/shared/00000003.xhp#err5"/> </body> </helpdocument> + |