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 ' 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>