wizards/source/scriptforge/SF_Region.xba |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b9addab4426745fa484f0012814699e31d5239b3
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jul 13 12:50:09 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Jul 13 22:59:54 2023 +0200

    Fix typo
    
    Change-Id: If127e00bab20839021afe82df555083bbae72ab0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154384
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

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>

Reply via email to