source/text/sbasic/shared/03/sf_dialog.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 94037b55ded6fd2bbc7ba1c832ddfe55cc6fabaa
Author:     Stanislav Horacek <stanislav.hora...@gmail.com>
AuthorDate: Mon Apr 21 19:58:53 2025 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Apr 21 22:29:53 2025 +0200

    use consistent markup for On... event properties
    
    Change-Id: I65cb7bbebc9360137169c1b2b8580f9470563a4c
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184418
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/sbasic/shared/03/sf_dialog.xhp 
b/source/text/sbasic/shared/03/sf_dialog.xhp
index 7924363d83..9c3ffc0514 100644
--- a/source/text/sbasic/shared/03/sf_dialog.xhp
+++ b/source/text/sbasic/shared/03/sf_dialog.xhp
@@ -404,7 +404,7 @@
       </tablerow>
     </table>
     <section id="OnEventsWarning">
-     <tip id="par_id661742233979615"><emph>Tip: </emph><literal>All 
On…</literal> properties can be set programmatically.<br/> <link 
href="https://wiki.documentfoundation.org/Macros/ScriptForge/TreeControlExample";>How
 to display data in a tree control</link> example in %PRODUCTNAME Wiki 
demonstrates such.</tip>
+     <tip id="par_id661742233979615"><emph>Tip:</emph> All 
<literal>On…</literal> properties can be set programmatically.<br/> <link 
href="https://wiki.documentfoundation.org/Macros/ScriptForge/TreeControlExample";>How
 to display data in a tree control</link> example in %PRODUCTNAME Wiki 
demonstrates such.</tip>
       <warning id="par_id401687779361420">Assigning events via the Basic IDE 
and assigning events via macros are mutually exclusive.</warning>
     </section>
   </section>
@@ -1312,7 +1312,7 @@
    <paragraph role="paragraph" 
id="par_id381689653709284"><emph>ControlName</emph>: the name of the new 
control. It must not exist yet. Default is <emph>SourceName</emph></paragraph>
    <paragraph role="paragraph" id="par_id321688543709637"><emph>Page</emph>: 
the page number of the new control. Default = 0</paragraph>
    <paragraph role="paragraph" id="par_id222688543709861"><emph>OffsetX, 
OffsetY</emph>: the number of pixels to add to the source control coordinates 
in &quot;Map AppFont&quot; units. Default = 0, may be negative.</paragraph>
-   <paragraph role="paragraph" 
id="par_id321799543709637"><emph>IncludeOnProperties</emph>: include the OnXXX 
event properties. Default = False.</paragraph>
+   <paragraph role="paragraph" 
id="par_id321799543709637"><emph>IncludeOnProperties</emph>: include the 
<literal>On...</literal> event properties. Default = False.</paragraph>
    <embed href="text/sbasic/shared/03/sf_dialog.xhp#CreateReturn"/>
    <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
    <embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>

Reply via email to