diff options
-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> |