From f62d08a3fb7e4b3e56c06cf643354a2a16a1aaba Mon Sep 17 00:00:00 2001 From: Alain Romedenne Date: Thu, 24 Mar 2022 14:50:16 +0100 Subject: 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 --- source/text/sbasic/shared/compatible.xhp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source') diff --git a/source/text/sbasic/shared/compatible.xhp b/source/text/sbasic/shared/compatible.xhp index b6a2c323dd..ebe379ea7c 100644 --- a/source/text/sbasic/shared/compatible.xhp +++ b/source/text/sbasic/shared/compatible.xhp @@ -15,9 +15,6 @@ - - VBA compatibility option - Option Compatible @@ -27,15 +24,12 @@ Option Compatible extends %PRODUCTNAME Basic compiler and runtime, allowing supplemental language constructs to Basic. - The function CompatibilityMode() controls runtime mode and affects all code executed after setting or resetting the mode. This option may affect or assist in the following situations: 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. Create VBA constants including non-printable characters. - Support Private/Public keywords for procedures. - Compulsory Set statement for objects. Default values for optional parameters in procedures. Named arguments when multiple optional parameters exist. Preload of %PRODUCTNAME Basic libraries -- cgit