wizards/source/scriptforge/SF_Services.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit d9988b57b3acaf2541b4cf4bbf7c972f056b37e9 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Sep 8 23:10:26 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Sep 9 08:40:45 2024 +0200 Fix typo Change-Id: I9e50718206fa2f139dca586688eb468667b28172 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173054 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/scriptforge/SF_Services.xba b/wizards/source/scriptforge/SF_Services.xba index 641632b41709..62a6b4d9cd3f 100644 --- a/wizards/source/scriptforge/SF_Services.xba +++ b/wizards/source/scriptforge/SF_Services.xba @@ -500,7 +500,7 @@ Public Function _NewDictionary(Optional ByVal pvArgs As Variant) As Variant ''' [0] : If True, the keys are compared case-sensitively. Default = False ''' Returns: the instance or Nothing -Dim oDict As Variant ' Reurn value +Dim oDict As Variant ' Return value Dim bCaseSensitive As Boolean ' Keys comparison If SF_Utils._ErrorHandling() Then On Local Error GoTo Catch @@ -652,4 +652,4 @@ Catch: End Function ' ScriptForge.SF_Services._NewTimer REM ============================================== END OF SCRIPTFORGE.SF_SERVICES -</script:module> \ No newline at end of file +</script:module>