diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-07-13 12:50:09 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-07-13 22:59:54 +0200 |
commit | b9addab4426745fa484f0012814699e31d5239b3 (patch) | |
tree | 2f01bce71ce60689aa9b7bd15b55e41d6cef595f /wizards | |
parent | 3c7b230910c95838d644d1d3971f2a656b64f635 (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.xba | 6 |
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 _ ''' Return: ''' The local time converted to the corresponding UTC date and time as a Date ''' If the returned value is before 1900, it is likely that the Locale is not recognized -''' If the returned value matches the local time, it is likely that the the timezone is not recognized +''' If the returned value matches the local time, it is likely that the timezone is not recognized ''' Examples: ''' regio.UTCDateTime(DateSerial(2022, 3, 20) + TimeSerial(17, 58, 17), "Europe/Brussels", "fr-BE") ''' ' 2022-03-20 16:58:17 @@ -601,7 +601,7 @@ Public Function UTCNow(Optional ByVal TimeZone As Variant _ ''' Return: ''' The actual UTC date and time as a Date ''' If the returned value is before 1900, it is likely that the Locale is not recognized -''' If the returned value matches the local time, it is likely that the the timezone is not recognized +''' If the returned value matches the local time, it is likely that the timezone is not recognized ''' Examples: ''' regio.UTCNow("Europe/Brussels", "fr-BE") ' 2022-03-20 16:58:17 @@ -858,4 +858,4 @@ Finally: End Function ' ScriptForge.SF_Region._PropertyGet REM ================================================ END OF SCRIPTFORGE.SF_REGION -</script:module>
\ No newline at end of file +</script:module> |