diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-18 12:18:31 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-18 12:38:24 +0200 |
commit | 3fdaed2ebbc6ada5c179b3d7eccd89fac8cde1e3 (patch) | |
tree | 105331f52b60edd7eadeac7f3fb0a043dc1768f4 /wizards | |
parent | 657cbc8c413683216fd6010c0b287d91e126508a (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')
-rw-r--r-- | wizards/source/sfdialogs/SF_DialogControl.xba | 4 |
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 ' A single item of Widths 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 lHeaderWidth As Long ' Row header width when row header present, otherwise = 0 -Dim lAverageWidth As Long ' Width to apply when columns spead evenly across table +Dim lAverageWidth As Long ' Width to apply when columns spread evenly across table 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 horizontal alignments (single chars: L, C, R, space) @@ -2512,4 +2512,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> |