From c8e5c2e65aec50ff338ec1967e3865438093fbc8 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini <andrea.gelmini@gelma.net> Date: Thu, 24 Mar 2022 18:14:16 +0100 Subject: Fix typos Change-Id: Iccb89d32b83b7f7035557ad7c0634f66f4c947d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132082 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> --- wizards/source/scriptforge/SF_Region.xba | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'wizards/source/scriptforge') diff --git a/wizards/source/scriptforge/SF_Region.xba b/wizards/source/scriptforge/SF_Region.xba index 52b913dd90f3..33a564b52a20 100644 --- a/wizards/source/scriptforge/SF_Region.xba +++ b/wizards/source/scriptforge/SF_Region.xba @@ -169,7 +169,7 @@ End Property ' ScriptForge.SF_Region.Language (get) REM ----------------------------------------------------------------------------- Property Get ListSeparator(Optional ByVal Region As Variant) As String -''' Returns the separator used in lits applicable in the given region. +''' Returns the separator used in list applicable in the given region. ''' The region is expressed as a locale combining language-COUNTRY (la-CO) ''' Example: ''' MsgBox Regio.ListSeparator("it-IT") ' ; @@ -249,7 +249,7 @@ Public Function DSTOffset(Optional ByVal LocalDateTime As Variant _ , Optional ByVal TimeZone As Variant _ , Optional ByVal Locale As Variant _ ) As Integer -''' Computes the additional offset due to day light saving ("summer time") +''' Computes the additional offset due to daylight saving ("summer time") ''' Args ''' LocalDateTime: local date and time as a Date. DST offset varies during the year. ''' TimeZone: specified as "Region/City" name like "Europe/Berlin", or a custom time zone ID such as "UTC" or "GMT-8:00" @@ -348,7 +348,7 @@ Public Function LocalDateTime(Optional ByVal UTCDateTime As Variant _ ''' Return: ''' The local time converted from 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.LocalDateTime(DateSerial(2022, 3, 20) + TimeSerial(16, 58, 17), "Europe/Brussels", "fr-BE") ''' ' 2022-03-20 17:58:17 @@ -411,7 +411,7 @@ Public Function Number2Text(Optional ByVal Number As Variant _ ''' Convert numbers and money amounts in many languages into words ''' Args ''' Number: the number to spell out -''' Accepted types: strings or numeric values (integeror real numbers) +''' Accepted types: strings or numeric values (integer or real numbers) ''' When a string, a variety of prefixes is supported ''' The string "help" provides helpful tips about allowed prefixes by language ''' Example for french @@ -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> -- cgit