wizards/source/sfdialogs/SF_DialogControl.xba |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3fdaed2ebbc6ada5c179b3d7eccd89fac8cde1e3
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu May 18 12:18:31 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu May 18 12:38:24 2023 +0200

    Fix typo
    
    Change-Id: I1a18149550cdfbaf7537213bdf41734751503598
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151950
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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>

Reply via email to