From 764b7d243a5b02b0beb981633291f4f73854197c Mon Sep 17 00:00:00 2001 From: Rafael Lima Date: Sat, 4 Dec 2021 01:00:07 +0200 Subject: Remove avail_release from SF documentation Change-Id: Iab4c6ecba7f4db57bed82a29c5c4b9434b4efbb4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126295 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure Reviewed-by: Jean-Pierre Ledure (cherry picked from commit 43abde3c6b788ec7ac5384e7a6601bfac1cfc744) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126935 Reviewed-by: Olivier Hallot --- 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(-) 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 @@

Copy

Creates a copy of a 1D or 2D array. - svc.Copy(array_nd: any[0..*]): any[0..*] 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 @@

CloseFormDocument

Closes the given form document. Returns True if closure is successful. - svc.CloseFormDocument(formdocument: str): bool 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 @@ 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). The same string is added to the ScriptForge debug console. - exc.PythonPrint(arg0: any, [arg1: any, ...]) 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 @@ - +
Controls -------------------------------------------------------------------------------------------------------------------------- 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 @@

IsIBAN

Returns True if the string is a valid International Bank Account Number (IBAN). The comparison is not case-sensitive. - svc.IsIBAN(inputstr: str): bool -- cgit