summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-07-13 12:50:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-07-13 22:59:54 +0200
commitb9addab4426745fa484f0012814699e31d5239b3 (patch)
tree2f01bce71ce60689aa9b7bd15b55e41d6cef595f /wizards
parent3c7b230910c95838d644d1d3971f2a656b64f635 (diff)
Fix typo
Change-Id: If127e00bab20839021afe82df555083bbae72ab0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154384 Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/scriptforge/SF_Region.xba6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/scriptforge/SF_Region.xba b/wizards/source/scriptforge/SF_Region.xba
index d3eacfae0982..9ceccbbc94a6 100644
--- a/wizards/source/scriptforge/SF_Region.xba
+++ b/wizards/source/scriptforge/SF_Region.xba
@@ -549,7 +549,7 @@ Public Function UTCDateTime(Optional ByVal LocalDateTime As Variant _
&apos;&apos;&apos; Return:
&apos;&apos;&apos; The local time converted to the corresponding UTC date and time as a Date
&apos;&apos;&apos; If the returned value is before 1900, it is likely that the Locale is not recognized
-&apos;&apos;&apos; If the returned value matches the local time, it is likely that the the timezone is not recognized
+&apos;&apos;&apos; If the returned value matches the local time, it is likely that the timezone is not recognized
&apos;&apos;&apos; Examples:
&apos;&apos;&apos; regio.UTCDateTime(DateSerial(2022, 3, 20) + TimeSerial(17, 58, 17), &quot;Europe/Brussels&quot;, &quot;fr-BE&quot;)
&apos;&apos;&apos; &apos; 2022-03-20 16:58:17
@@ -601,7 +601,7 @@ Public Function UTCNow(Optional ByVal TimeZone As Variant _
&apos;&apos;&apos; Return:
&apos;&apos;&apos; The actual UTC date and time as a Date
&apos;&apos;&apos; If the returned value is before 1900, it is likely that the Locale is not recognized
-&apos;&apos;&apos; If the returned value matches the local time, it is likely that the the timezone is not recognized
+&apos;&apos;&apos; If the returned value matches the local time, it is likely that the timezone is not recognized
&apos;&apos;&apos; Examples:
&apos;&apos;&apos; regio.UTCNow(&quot;Europe/Brussels&quot;, &quot;fr-BE&quot;) &apos; 2022-03-20 16:58:17
@@ -858,4 +858,4 @@ Finally:
End Function &apos; ScriptForge.SF_Region._PropertyGet
REM ================================================ END OF SCRIPTFORGE.SF_REGION
-</script:module> \ No newline at end of file
+</script:module>