source/text/sbasic/shared/compatible.xhp | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit f62d08a3fb7e4b3e56c06cf643354a2a16a1aaba Author: Alain Romedenne <alain.romede...@libreoffice.org> AuthorDate: Thu Mar 24 14:50:16 2022 +0100 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Wed Mar 30 14:29:26 2022 +0200 tdf#145754 Corrections to 'Option Compatible' Basic help page Change-Id: Ie44b6b8717de38073dc791c286ce778e7595db3e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132038 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/source/text/sbasic/shared/compatible.xhp b/source/text/sbasic/shared/compatible.xhp index b6a2c323d..ebe379ea7 100644 --- a/source/text/sbasic/shared/compatible.xhp +++ b/source/text/sbasic/shared/compatible.xhp @@ -15,9 +15,6 @@ </topic> </meta> <body> - <bookmark branch="index" id="N0103"> - <bookmark_value>VBA compatibility option</bookmark_value> - </bookmark> <bookmark branch="index" localize="false" id="N8803"> <bookmark_value>Option Compatible</bookmark_value> </bookmark> @@ -27,15 +24,12 @@ <paragraph role="paragraph" id="N0106"><literal>Option Compatible</literal> extends %PRODUCTNAME Basic compiler and runtime, allowing supplemental language constructs to Basic.</paragraph> </section> <embed href="text/sbasic/shared/00000003.xhp#beforeexecutable"/> - <note id="par_id931561646897105">The function <link href="text/sbasic/shared/compatibilitymode.xhp" name="copatibilitymode"><literal>CompatibilityMode()</literal></link> controls runtime mode and affects all code executed after setting or resetting the mode.</note> <paragraph role="paragraph" id="N0107">This option may affect or assist in the following situations:</paragraph> <list type="unordered"> <listitem><paragraph role="listitem" id="N0108">Allow special characters as identifiers. all characters that are defined as letter in the Latin-1 (ISO 8859-1) character set, are accepted as part of identifiers.</paragraph></listitem> <listitem><paragraph role="listitem" id="N0109">Create <link href="text/sbasic/shared/03040000.xhp#addvbaconstants" name="addvbaconstants">VBA constants including non-printable characters</link>.</paragraph></listitem> - <listitem><paragraph role="listitem" id="N0110">Support <literal>Private</literal>/<literal>Public</literal> keywords for procedures.</paragraph></listitem> - <listitem><paragraph role="listitem" id="N0111">Compulsory <literal>Set</literal> statement for objects.</paragraph></listitem> <listitem><paragraph role="listitem" id="N0112">Default values for optional parameters in procedures.</paragraph></listitem> <listitem><paragraph role="listitem" id="N0113">Named arguments when multiple optional parameters exist.</paragraph></listitem> <listitem><paragraph role="listitem" id="N0114">Preload of %PRODUCTNAME Basic libraries</paragraph></listitem>