From c984b1f7c6d08c21aa21413980c0bd4408a88a3a Mon Sep 17 00:00:00 2001 From: Alain Romedenne Date: Mon, 11 Oct 2021 14:24:37 +0200 Subject: Option Compatible vs. Option VBASupport Change-Id: Ia0327a4bf584b089fbe839c46cf8a6e6c6c576fb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/123394 Tested-by: Jenkins Reviewed-by: Rafael Lima Reviewed-by: Olivier Hallot --- source/text/sbasic/shared/compatible.xhp | 2 +- source/text/sbasic/shared/special_vba_func.xhp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/text/sbasic/shared/compatible.xhp b/source/text/sbasic/shared/compatible.xhp index b3e44cd0d0..da69342b83 100644 --- a/source/text/sbasic/shared/compatible.xhp +++ b/source/text/sbasic/shared/compatible.xhp @@ -22,7 +22,7 @@

Option Compatible Statement

- Option Compatible turns on the VBA-compatible Basic compiler mode at the module level. + 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. diff --git a/source/text/sbasic/shared/special_vba_func.xhp b/source/text/sbasic/shared/special_vba_func.xhp index 8a257ee26b..92e88d44e1 100644 --- a/source/text/sbasic/shared/special_vba_func.xhp +++ b/source/text/sbasic/shared/special_vba_func.xhp @@ -41,8 +41,9 @@ VBA Statements

VBA Statements

- + Option Compatible is not a VBA statement, it extends LibreOffice Basic constructs. + -- cgit