diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-18 12:19:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-18 12:39:17 +0200 |
commit | 24ba2cdaedb616c091f51cdec7e77c9930c83162 (patch) | |
tree | fa2d3057443238de6465602df046185c0c5ff0a0 /wizards | |
parent | d00415949cceba2f712da8d311cf4f07b183c5cd (diff) |
Fix typo
Change-Id: Ia737462375311bb8642a9326a2980111e3ef7064
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151953
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_Dialog.xba | 4 |
1 files changed, 2 insertions, 2 deletions
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 |