summaryrefslogtreecommitdiff
path: root/wizards/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-18 12:18:31 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-18 12:38:24 +0200
commit3fdaed2ebbc6ada5c179b3d7eccd89fac8cde1e3 (patch)
tree105331f52b60edd7eadeac7f3fb0a043dc1768f4 /wizards/source
parent657cbc8c413683216fd6010c0b287d91e126508a (diff)
Fix typo
Change-Id: I1a18149550cdfbaf7537213bdf41734751503598 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151950 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/source')
-rw-r--r--wizards/source/sfdialogs/SF_DialogControl.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfdialogs/SF_DialogControl.xba b/wizards/source/sfdialogs/SF_DialogControl.xba
index cc4f6ca7dd13..e4e8fe929309 100644
--- a/wizards/source/sfdialogs/SF_DialogControl.xba
+++ b/wizards/source/sfdialogs/SF_DialogControl.xba
@@ -1342,7 +1342,7 @@ Dim dWidth As Double &apos; A single item of Widths
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 lHeaderWidth As Long &apos; Row header width when row header present, otherwise = 0
-Dim lAverageWidth As Long &apos; Width to apply when columns spead evenly across table
+Dim lAverageWidth As Long &apos; Width to apply when columns spread evenly across table
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 horizontal alignments (single chars: L, C, R, space)
@@ -2512,4 +2512,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>