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 _ ''' To fill the table with data, use the SetTableData() method ''' Specific args: ''' Border: "3D" (default) or "FLAT" or "NONE" -''' RowHeaders: when True (default), the row Headerss are shown -''' ColumnHeaders: when True (default), the column Headerss are shown +''' RowHeaders: when True (default), the row Headers are shown +''' ColumnHeaders: when True (default), the column Headers are shown ''' ScrollBars: H[orizontal] or V[ertical] or B[oth] or N[one] (default) ''' Note that scrollbars always appear dynamically when they are needed ''' GridLines: when True (default = False) horizontal and vertical lines are painted between the grid cells