Fix typo
Change-Id: I7066a328fa54c062d1a12582d4f270e70f466c32 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177702 Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins
This commit is contained in:
parent
7f927322d9
commit
863f5d26f9
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
</script:module>
|
||||
|
|
Loading…
Reference in a new issue