wizards/source/scriptforge/SF_Array.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 863f5d26f96609b408794e02d3ef7e238a8c5e4d Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Dec 2 16:19:52 2024 +0100 Commit: Jean-Pierre Ledure <j...@ledure.be> CommitDate: Tue Dec 3 16:59:33 2024 +0100 Fix typo Change-Id: I7066a328fa54c062d1a12582d4f270e70f466c32 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177702 Reviewed-by: Jean-Pierre Ledure <j...@ledure.be> Tested-by: Jenkins diff --git a/wizards/source/scriptforge/SF_Array.xba b/wizards/source/scriptforge/SF_Array.xba index 53b72b72b225..386b405bd89a 100644 --- a/wizards/source/scriptforge/SF_Array.xba +++ b/wizards/source/scriptforge/SF_Array.xba @@ -446,7 +446,7 @@ Public Function ConvertToDataArray(Optional ByRef Data As Variant _ ''' If bigger than Data, fill with zero-length strings ''' If smaller than Data, truncate ''' If Rows = 1 and the input array is a vector, the data array is aligned horizontally -''' By defauly, vectors are aligned vertically. +''' By default, vectors are aligned vertically. ''' When absent, the size of the output is determined by the input array. ''' Returns: ''' The output is always an array of nested arrays. Array and nested arrays are zero-based. @@ -2978,4 +2978,4 @@ Dim iCompare As Integer, iVarType1 As Integer, iVarType2 As Integer End Function ' ScriptForge.SF_Array._ValCompare REM ================================================= END OF SCRIPTFORGE.SF_ARRAY -</script:module> \ No newline at end of file +</script:module>