summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-08-27 19:45:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-08-28 00:00:35 +0200
commit05ff3d67d0e2e436406786c949eb7cfca107ba33 (patch)
tree2e7999b62a605bc079c4e480c20bede93c1e1d42 /wizards
parentfe6f33f7818eb8245b2b54543e96b9ff989c69b9 (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.xba6
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 _
&apos;&apos;&apos; Example:
&apos;&apos;&apos; Widths := Array(1, 2)
&apos;&apos;&apos; means that the first column is half as wide as all the other columns
-&apos;&apos;&apos; When the argument is absent, the columns are evenly spreaded over the control
+&apos;&apos;&apos; When the argument is absent, the columns are evenly spread over the control
&apos;&apos;&apos; Alignments: the column&apos;s horizontal alignment as a string with length = number of columns.
&apos;&apos;&apos; Possible characters are:
&apos;&apos;&apos; L(EFT), C(ENTER), R(IGHT) or space (default behaviour)
@@ -1053,7 +1053,7 @@ Dim dRelativeWidth As Double &apos; Sum of Widths up to the number of columns
Dim dWidthFactor As Double &apos; Factor to apply to relative widths to get absolute column widths
Dim vDataRow As Variant &apos; A single row content in the tablecontrol
Dim vDataItem As Variant &apos; A single DataArray item
-Dim sAlign As String &apos; Column&apos;s hprizontal alignments (single chars: L, C, R, space)
+Dim sAlign As String &apos; Column&apos;s horizontal alignments (single chars: L, C, R, space)
Dim lAlign As Long &apos; 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 &apos; SFDialogs.SF_DialogControl._Repr
REM ============================================ END OF SFDIALOGS.SF_DIALOGCONTROL
-</script:module> \ No newline at end of file
+</script:module>