source/text/sbasic/shared/03/sf_base.xhp     |    2 +-
 source/text/sbasic/shared/03/sf_document.xhp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ccaaa4f92689eb5d0de49bf4f47808fac6b63513
Author:     Alain Romedenne <alain.romede...@libreoffice.org>
AuthorDate: Fri Feb 23 17:46:40 2024 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Fri Feb 23 19:09:49 2024 +0100

    ScriptForge help typos
    
    - ScriptForge.Document.FileSystem property applies to Base docs too
    - ScriptForge.Base.FormDocuments() method requires a precision
    
    
    Change-Id: Ifad3a6008e9fba37b9ca49ce144ac7b4421b5124
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/163835
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/sbasic/shared/03/sf_base.xhp 
b/source/text/sbasic/shared/03/sf_base.xhp
index bbbdf1909f..f053344466 100644
--- a/source/text/sbasic/shared/03/sf_base.xhp
+++ b/source/text/sbasic/shared/03/sf_base.xhp
@@ -166,7 +166,7 @@
     <paragraph role="pycode" localize="false" id="pyc_id791623103639701">for 
formName in myForms:</paragraph>
     <paragraph role="pycode" localize="false" id="pyc_id741623103639861">    
bas.MsgBox(formName)</paragraph>
   </pycode>
-  <tip id="par_id921619036922844">To learn more about form documents, refer to 
the <link href="text/sbasic/shared/03/sf_form.xhp"><literal>Form</literal> 
service help page</link>.</tip>
+  <tip id="par_id921619036922844">To learn more about form documents, refer to 
<link 
href="text/sbasic/shared/03/sf_formdocument.xhp"><literal>ScriptForge.FormDocument</literal>
 service</link> help page.</tip>
 </section>
 
 <section id="Forms">
diff --git a/source/text/sbasic/shared/03/sf_document.xhp 
b/source/text/sbasic/shared/03/sf_document.xhp
index af0890305e..36bd4d36ab 100644
--- a/source/text/sbasic/shared/03/sf_document.xhp
+++ b/source/text/sbasic/shared/03/sf_document.xhp
@@ -215,7 +215,7 @@
     </tablerow>
     <tablerow>
         <tablecell>
-            <paragraph id="par_id881589194574646" role="tablecontent" 
localize="false">FileSystem (*)</paragraph>
+            <paragraph id="par_id881589194574646" role="tablecontent" 
localize="false">FileSystem</paragraph>
         </tablecell>
         <tablecell>
             <paragraph id="par_id201589194571306" 
role="tablecontent">Yes</paragraph>

Reply via email to