oox/source/drawingml/diagram/datamodel.hxx |    2 +-
 wizards/source/scriptforge/SF_Region.xba   |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit c8e5c2e65aec50ff338ec1967e3865438093fbc8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Mar 24 18:14:16 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Mar 24 19:18:50 2022 +0100

    Fix typos
    
    Change-Id: Iccb89d32b83b7f7035557ad7c0634f66f4c947d3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132082
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/oox/source/drawingml/diagram/datamodel.hxx 
b/oox/source/drawingml/diagram/datamodel.hxx
index 8da6ee9998e8..8e4417652a57 100644
--- a/oox/source/drawingml/diagram/datamodel.hxx
+++ b/oox/source/drawingml/diagram/datamodel.hxx
@@ -198,7 +198,7 @@ private:
 
     // the model definition,
     // - FillStyle
-    // - logic connections/assoziations
+    // - logic connections/associations
     // - data point entries
     FillPropertiesPtr mpFillProperties;
     dgm::Connections  maConnections;
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        &apos;  ScriptForge.SF_Region.Language 
(get)
 
 REM 
-----------------------------------------------------------------------------
 Property Get ListSeparator(Optional ByVal Region As Variant) As String
-&apos;&apos;&apos;     Returns the separator used in lits applicable in the 
given region.
+&apos;&apos;&apos;     Returns the separator used in list applicable in the 
given region.
 &apos;&apos;&apos;     The region is expressed as a locale combining 
language-COUNTRY (la-CO)
 &apos;&apos;&apos;     Example:
 &apos;&apos;&apos;             MsgBox Regio.ListSeparator(&quot;it-IT&quot;)   
&apos;  ;
@@ -249,7 +249,7 @@ Public Function DSTOffset(Optional ByVal LocalDateTime As 
Variant _
                                                , Optional ByVal TimeZone As 
Variant _
                                                , Optional ByVal Locale As 
Variant _
                                                ) As Integer
-&apos;&apos;&apos;     Computes the additional offset due to day light saving 
(&quot;summer time&quot;)
+&apos;&apos;&apos;     Computes the additional offset due to daylight saving 
(&quot;summer time&quot;)
 &apos;&apos;&apos;     Args
 &apos;&apos;&apos;             LocalDateTime: local date and time as a Date. 
DST offset varies during the year.
 &apos;&apos;&apos;             TimeZone: specified as &quot;Region/City&quot; 
name like &quot;Europe/Berlin&quot;, or a custom time zone ID such as 
&quot;UTC&quot; or &quot;GMT-8:00&quot;
@@ -348,7 +348,7 @@ Public Function LocalDateTime(Optional ByVal UTCDateTime As 
Variant _
 &apos;&apos;&apos;     Return:
 &apos;&apos;&apos;             The local time converted from 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.LocalDateTime(DateSerial(2022, 3, 20) + 
TimeSerial(16, 58, 17), &quot;Europe/Brussels&quot;, &quot;fr-BE&quot;)
 &apos;&apos;&apos;                             &apos;  2022-03-20 17:58:17
@@ -411,7 +411,7 @@ Public Function Number2Text(Optional ByVal Number As 
Variant _
 &apos;&apos;&apos;     Convert numbers and money amounts in many languages 
into words
 &apos;&apos;&apos;     Args
 &apos;&apos;&apos;             Number: the number to spell out
-&apos;&apos;&apos;                     Accepted types: strings or numeric 
values (integeror real numbers)
+&apos;&apos;&apos;                     Accepted types: strings or numeric 
values (integer or real numbers)
 &apos;&apos;&apos;                     When a string, a variety of prefixes is 
supported
 &apos;&apos;&apos;                             The string &quot;help&quot; 
provides helpful tips about allowed prefixes by language
 &apos;&apos;&apos;                                     Example for french
@@ -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