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/03030103.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/03030103.xhp')
-rw-r--r-- | source/text/sbasic/shared/03030103.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03030103.xhp b/source/text/sbasic/shared/03030103.xhp index f9ed0f7fc2..4ba4cb06dc 100644 --- a/source/text/sbasic/shared/03030103.xhp +++ b/source/text/sbasic/shared/03030103.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="textsbasicshared03030103xml" indexer="include" status="PUBLISH"> @@ -37,8 +36,8 @@ <paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U" oldref="2">Returns a value that represents the day of the month based on a serial date number generated by <emph>DateSerial</emph> or <emph>DateValue</emph>.</paragraph> </section> <paragraph role="heading" id="hd_id3149456" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<bascode>
-<paragraph role="bascode" id="par_id3150358" xml-lang="en-US" oldref="4">Day (Number)</paragraph>
+<bascode> +<paragraph role="bascode" id="par_id3150358" xml-lang="en-US" oldref="4">Day (Number)</paragraph> </bascode> <paragraph role="heading" id="hd_id3148798" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> <paragraph role="paragraph" id="par_id3125865" xml-lang="en-US" l10n="U" oldref="6">Integer</paragraph> @@ -60,3 +59,4 @@ </bascode> </body> </helpdocument> + |