diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-12-04 01:00:07 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-12-16 14:42:33 +0100 |
commit | 764b7d243a5b02b0beb981633291f4f73854197c (patch) | |
tree | 07be0def22d1834aef1c865cf6370bf2c220444c | |
parent | 26b5b4754fce269994a1f20938ebd0e4fa7c7c9c (diff) |
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 <jp@ledure.be>
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
(cherry picked from commit 43abde3c6b788ec7ac5384e7a6601bfac1cfc744)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126935
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/03/sf_array.xhp | 1 | ||||
-rw-r--r-- | source/text/sbasic/shared/03/sf_base.xhp | 1 | ||||
-rw-r--r-- | source/text/sbasic/shared/03/sf_exception.xhp | 1 | ||||
-rw-r--r-- | source/text/sbasic/shared/03/sf_formcontrol.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03/sf_string.xhp | 1 |
5 files changed, 1 insertions, 5 deletions
diff --git a/source/text/sbasic/shared/03/sf_array.xhp b/source/text/sbasic/shared/03/sf_array.xhp index c17dcc3fd8..e515021f98 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 9430be3692..cfbc2bd511 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 66158a4e3b..416c43457a 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 8c6a81394e..2fcca6b292 100644 --- a/source/text/sbasic/shared/03/sf_formcontrol.xhp +++ b/source/text/sbasic/shared/03/sf_formcontrol.xhp @@ -1054,7 +1054,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 fafd7f3122..c95ba322cf 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> |