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

New commits:
commit 24ba2cdaedb616c091f51cdec7e77c9930c83162
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu May 18 12:19:35 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu May 18 12:39:17 2023 +0200

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

diff --git a/wizards/source/sfdialogs/SF_Dialog.xba 
b/wizards/source/sfdialogs/SF_Dialog.xba
index 03d74ebcd68d..b50e22aebeb3 100644
--- a/wizards/source/sfdialogs/SF_Dialog.xba
+++ b/wizards/source/sfdialogs/SF_Dialog.xba
@@ -1528,8 +1528,8 @@ Public Function CreateTableControl(Optional ByVal 
ControlName As Variant _
 &apos;&apos;&apos;     To fill the table with data, use the SetTableData() 
method
 &apos;&apos;&apos;     Specific args:
 &apos;&apos;&apos;             Border: &quot;3D&quot; (default) or 
&quot;FLAT&quot; or &quot;NONE&quot;
-&apos;&apos;&apos;             RowHeaders: when True (default), the row 
Headerss are shown
-&apos;&apos;&apos;             ColumnHeaders: when True (default), the column 
Headerss are shown
+&apos;&apos;&apos;             RowHeaders: when True (default), the row 
Headers are shown
+&apos;&apos;&apos;             ColumnHeaders: when True (default), the column 
Headers are shown
 &apos;&apos;&apos;             ScrollBars: H[orizontal] or V[ertical] or 
B[oth] or N[one] (default)
 &apos;&apos;&apos;                     Note that scrollbars always appear 
dynamically when they are needed
 &apos;&apos;&apos;             GridLines: when True (default = False) 
horizontal and vertical lines are painted between the grid cells

Reply via email to