source/text/sbasic/shared/03/sf_array.xhp       |    1 -
 source/text/sbasic/shared/03/sf_base.xhp        |    1 -
 source/text/sbasic/shared/03/sf_exception.xhp   |    1 -
 source/text/sbasic/shared/03/sf_formcontrol.xhp |    2 +-
 source/text/sbasic/shared/03/sf_string.xhp      |    1 -
 5 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 43abde3c6b788ec7ac5384e7a6601bfac1cfc744
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Sat Dec 4 01:00:07 2021 +0200
Commit:     Rafael Lima <rafael.palma.l...@gmail.com>
CommitDate: Sat Dec 4 21:32:05 2021 +0100

    Remove avail_release <notes> from SF documentation
    
    Change-Id: Iab4c6ecba7f4db57bed82a29c5c4b9434b4efbb4
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126295
    Tested-by: Jenkins
    Tested-by: Jean-Pierre Ledure <j...@ledure.be>
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>

diff --git a/source/text/sbasic/shared/03/sf_array.xhp 
b/source/text/sbasic/shared/03/sf_array.xhp
index c17dcc3fd..e515021f9 100644
--- a/source/text/sbasic/shared/03/sf_array.xhp
+++ b/source/text/sbasic/shared/03/sf_array.xhp
@@ -234,7 +234,6 @@
   </bookmark>
   <h2 id="hd_id991627154151529" localize="false">Copy</h2>
   <paragraph role="paragraph" id="par_id571627154604275">Creates a copy of a 
1D or 2D array.</paragraph>
-  <embed href="text/sbasic/shared/03/avail_release.xhp#7.2.method"/>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
   <paragraph role="paragraph" localize="false" id="par_id901627155659667">
     <input>svc.Copy(array_nd: any[0..*]): any[0..*]</input>
diff --git a/source/text/sbasic/shared/03/sf_base.xhp 
b/source/text/sbasic/shared/03/sf_base.xhp
index 16c0f61a1..8309d417d 100644
--- a/source/text/sbasic/shared/03/sf_base.xhp
+++ b/source/text/sbasic/shared/03/sf_base.xhp
@@ -110,7 +110,6 @@
   </bookmark>
   <h2 id="hd_id61161309632927" localize="false">CloseFormDocument</h2>
   <paragraph role="paragraph" id="par_id801916099743199">Closes the given form 
document. Returns <literal>True</literal> if closure is successful.</paragraph>
-  <embed href="text/sbasic/shared/03/avail_release.xhp#7.3.method"/>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
   <paragraph role="paragraph" localize="false" id="par_id71613205516650">
     <input>svc.CloseFormDocument(formdocument: str): bool</input>
diff --git a/source/text/sbasic/shared/03/sf_exception.xhp 
b/source/text/sbasic/shared/03/sf_exception.xhp
index 66158a4e3..416c43457 100644
--- a/source/text/sbasic/shared/03/sf_exception.xhp
+++ b/source/text/sbasic/shared/03/sf_exception.xhp
@@ -322,7 +322,6 @@
   <paragraph role="paragraph" id="par_id111621624672183">Displays the list of 
arguments in a readable form in the Python shell (APSO) console. Arguments are 
separated by a TAB character (simulated by spaces).</paragraph>
   <paragraph role="paragraph" id="par_id841621426229467">The same string is 
added to the ScriptForge debug console.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#Basic_Only"/>
-  <embed href="text/sbasic/shared/03/avail_release.xhp#7.3.method"/>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
   <bascode>
   <paragraph role="bascode" localize="false" 
id="bas_id81630591881423">exc.PythonPrint(arg0: any, [arg1: any, 
...])</paragraph>
diff --git a/source/text/sbasic/shared/03/sf_formcontrol.xhp 
b/source/text/sbasic/shared/03/sf_formcontrol.xhp
index e3d584b54..19a79df9f 100644
--- a/source/text/sbasic/shared/03/sf_formcontrol.xhp
+++ b/source/text/sbasic/shared/03/sf_formcontrol.xhp
@@ -1053,7 +1053,7 @@
        </paragraph></tablecell>
    </tablerow>
    </table>
-    <embed href="text/sbasic/shared/03/avail_release.xhp#7.2.methods"/>
+
 <section id="Controls">
    <comment> Controls 
--------------------------------------------------------------------------------------------------------------------------
 </comment>
    <bookmark xml-lang="en-US" localize="false" branch="index" 
id="bm_id41584541257826">
diff --git a/source/text/sbasic/shared/03/sf_string.xhp 
b/source/text/sbasic/shared/03/sf_string.xhp
index fafd7f312..c95ba322c 100644
--- a/source/text/sbasic/shared/03/sf_string.xhp
+++ b/source/text/sbasic/shared/03/sf_string.xhp
@@ -768,7 +768,6 @@
   </bookmark>
   <h2 id="hd_id431580840408317" localize="false">IsIBAN</h2>
   <paragraph role="paragraph" id="par_id791584008420941">Returns 
<literal>True</literal> if the string is a valid International Bank Account 
Number (IBAN). The comparison is not case-sensitive.</paragraph>
-  <embed href="text/sbasic/shared/03/avail_release.xhp#7.2.method"/>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
   <paragraph role="paragraph" localize="false" id="par_id291627161741207">
     <input>svc.IsIBAN(inputstr: str): bool</input>

Reply via email to