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/03030101.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/03030101.xhp')
-rw-r--r-- | source/text/sbasic/shared/03030101.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03030101.xhp b/source/text/sbasic/shared/03030101.xhp index 435dc6ecfe..eaa589f82f 100644 --- a/source/text/sbasic/shared/03030101.xhp +++ b/source/text/sbasic/shared/03030101.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="textsbasicshared03030101xml" indexer="include" status="PUBLISH"> @@ -37,8 +36,8 @@ <paragraph role="paragraph" id="par_id3143267" xml-lang="en-US" l10n="U" oldref="2">Returns a <emph>Date</emph> value for a specified year, month, or day.</paragraph> </section> <paragraph role="heading" id="hd_id3147264" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<bascode>
-<paragraph role="bascode" id="par_id3149670" xml-lang="en-US" oldref="4">DateSerial (year, month, day)</paragraph>
+<bascode> +<paragraph role="bascode" id="par_id3149670" xml-lang="en-US" oldref="4">DateSerial (year, month, day)</paragraph> </bascode> <paragraph role="heading" id="hd_id3150792" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> <paragraph role="paragraph" id="par_id3150398" xml-lang="en-US" l10n="U" oldref="6">Date</paragraph> @@ -68,3 +67,4 @@ </bascode> </body> </helpdocument> + |