summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-18 12:19:35 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-18 12:39:17 +0200
commit24ba2cdaedb616c091f51cdec7e77c9930c83162 (patch)
treefa2d3057443238de6465602df046185c0c5ff0a0 /wizards
parentd00415949cceba2f712da8d311cf4f07b183c5cd (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.xba4
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 _
&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