diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-27 19:45:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-08-28 00:00:35 +0200 |
commit | 05ff3d67d0e2e436406786c949eb7cfca107ba33 (patch) | |
tree | 2e7999b62a605bc079c4e480c20bede93c1e1d42 /wizards | |
parent | fe6f33f7818eb8245b2b54543e96b9ff989c69b9 (diff) |
Fix typos
Change-Id: Ie4e2ef5a884b51250863d3384d5e703232f31258
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121179
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfdialogs/SF_DialogControl.xba | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/sfdialogs/SF_DialogControl.xba b/wizards/source/sfdialogs/SF_DialogControl.xba index e6d6b8571af3..42270e32bcd3 100644 --- a/wizards/source/sfdialogs/SF_DialogControl.xba +++ b/wizards/source/sfdialogs/SF_DialogControl.xba @@ -1018,7 +1018,7 @@ Public Function SetTableData(Optional ByRef DataArray As Variant _ ''' Example: ''' Widths := Array(1, 2) ''' means that the first column is half as wide as all the other columns -''' When the argument is absent, the columns are evenly spreaded over the control +''' When the argument is absent, the columns are evenly spread over the control ''' Alignments: the column's horizontal alignment as a string with length = number of columns. ''' Possible characters are: ''' L(EFT), C(ENTER), R(IGHT) or space (default behaviour) @@ -1053,7 +1053,7 @@ Dim dRelativeWidth As Double ' Sum of Widths up to the number of columns Dim dWidthFactor As Double ' Factor to apply to relative widths to get absolute column widths Dim vDataRow As Variant ' A single row content in the tablecontrol Dim vDataItem As Variant ' A single DataArray item -Dim sAlign As String ' Column's hprizontal alignments (single chars: L, C, R, space) +Dim sAlign As String ' Column's horizontal alignments (single chars: L, C, R, space) Dim lAlign As Long ' com.sun.star.style.HorizontalAlignment.XXX Dim i As Long, j As Long, k As Long @@ -2081,4 +2081,4 @@ Private Function _Repr() As String End Function ' SFDialogs.SF_DialogControl._Repr REM ============================================ END OF SFDIALOGS.SF_DIALOGCONTROL -</script:module>
\ No newline at end of file +</script:module> |