source/text/sbasic/shared/03/sf_dialogcontrol.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e181836ae842bdafb6c54bfca86e054540f53510
Author:     Stanislav Horacek <stanislav.hora...@gmail.com>
AuthorDate: Sat Jan 8 18:19:50 2022 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sun Jan 9 00:06:04 2022 +0100

    fix names of TableControl properties showing headers
    
    Change-Id: I2ac8de7ea17ed7a24244a59cdb10b14803e76769
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128144
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/sbasic/shared/03/sf_dialogcontrol.xhp 
b/source/text/sbasic/shared/03/sf_dialogcontrol.xhp
index 21ed4c301..57fabd184 100644
--- a/source/text/sbasic/shared/03/sf_dialogcontrol.xhp
+++ b/source/text/sbasic/shared/03/sf_dialogcontrol.xhp
@@ -1184,7 +1184,7 @@
    <paragraph role="paragraph" 
id="par_id1001584541257007"><emph>alignments</emph>: Defines the alignment in 
each column as a string in which each character can be "L" (Left), "C" 
(Center), "R" (Right) or " " (whitespace, default, meaning left for strings and 
right for numeric values). If the length of the string is shorter than the 
number of columns in the table, then the last character in the string is used 
to define the alignment of the remaining columns.</paragraph>
    <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
    <embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
-   <paragraph role="paragraph" id="par_id381638569172413">The following 
example assumes that the dialog <literal>myDialog</literal> has a 
<literal>TableControl</literal> named <literal>Grid1</literal> with "Show 
header row" and "Show column row" properties set to "Yes".</paragraph>
+   <paragraph role="paragraph" id="par_id381638569172413">The following 
example assumes that the dialog <literal>myDialog</literal> has a 
<literal>TableControl</literal> named <literal>Grid1</literal> with "Show row 
header" and "Show column header" properties set to "Yes".</paragraph>
    <bascode>
      <paragraph role="bascode" localize="false" id="bas_id901638569052132">Dim 
myDialog As Object, oTable As Object, tableData As Variant</paragraph>
      <paragraph role="bascode" localize="false" 
id="bas_id781638569039123">myDialog = CreateScriptService("Dialog", 
"GlobalScope", "Standard", "myDialog")</paragraph>

Reply via email to