summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03030201.xhp
diff options
context:
space:
mode:
authorRafael Lima <rafael.palma.lima@gmail.com>2021-12-11 15:22:46 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-12-11 15:53:48 +0100
commit3cff9e221a47781e5c5a096f597b79b20bf63fa9 (patch)
tree4178a68936c8b78bbbcbb667e51a39295f790e7a /source/text/sbasic/shared/03030201.xhp
parentca76e7f693ffe416833bea1e86689aa21646a980 (diff)
Silence strings for l10n in sbasic/shared (Part 2)
Change-Id: Ia14a0773d1dc13eaf8737eca3f68594eb1bb8054 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126670 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit fa7fd622849d9e31d3f27e3762b0a0e578838cc0) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126671
Diffstat (limited to 'source/text/sbasic/shared/03030201.xhp')
-rw-r--r--source/text/sbasic/shared/03030201.xhp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03030201.xhp b/source/text/sbasic/shared/03030201.xhp
index ebda5e11ca..6d246b8e6f 100644
--- a/source/text/sbasic/shared/03030201.xhp
+++ b/source/text/sbasic/shared/03030201.xhp
@@ -42,15 +42,15 @@
<paragraph xml-lang="en-US" id="par_id3154366" role="paragraph">
<emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the hour value.</paragraph>
<paragraph xml-lang="en-US" id="par_id3154909" role="paragraph">This function is the opposite of the <emph>TimeSerial</emph> function. It returns an integer value that represents the hour from a time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression</paragraph>
- <paragraph xml-lang="en-US" id="par_id3163798" role="paragraph">Print Hour(TimeSerial(12,30,41))</paragraph>
+ <paragraph id="par_id3163798" localize="false" role="paragraph">Print Hour(TimeSerial(12,30,41))</paragraph>
<paragraph xml-lang="en-US" id="par_id3155132" role="paragraph">returns the value 12.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
<paragraph xml-lang="en-US" id="hd_id3147348" role="heading" level="2">Example:</paragraph>
<bascode>
- <paragraph xml-lang="en-US" id="par_id3146985" role="bascode">Sub ExampleHour</paragraph>
+ <paragraph id="par_id3146985" localize="false" role="bascode">Sub ExampleHour</paragraph>
<paragraph xml-lang="en-US" id="par_id3156441" role="bascode">Print "The current hour is " &amp; Hour( Now )</paragraph>
- <paragraph xml-lang="en-US" id="par_id3153145" role="bascode" localize="false">End Sub</paragraph>
+ <paragraph id="par_id3153145" localize="false" role="bascode">End Sub</paragraph>
</bascode>
</body>
</helpdocument>