source/text/sbasic/shared/compatible.xhp | 2 +- source/text/sbasic/shared/special_vba_func.xhp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)
New commits: commit c984b1f7c6d08c21aa21413980c0bd4408a88a3a Author: Alain Romedenne <alain.romede...@libreoffice.org> AuthorDate: Mon Oct 11 14:24:37 2021 +0200 Commit: Alain Romedenne <alain.romede...@libreoffice.org> CommitDate: Wed Oct 13 14:54:17 2021 +0200 Option Compatible vs. Option VBASupport Change-Id: Ia0327a4bf584b089fbe839c46cf8a6e6c6c576fb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/123394 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.l...@gmail.com> Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/source/text/sbasic/shared/compatible.xhp b/source/text/sbasic/shared/compatible.xhp index b3e44cd0d..da69342b8 100644 --- a/source/text/sbasic/shared/compatible.xhp +++ b/source/text/sbasic/shared/compatible.xhp @@ -22,7 +22,7 @@ <section id="optioncompatiblestatement"> <h1 id="N0104"><variable id="compatiblestatement"><link href="text/sbasic/shared/compatible.xhp" name="compatible">Option Compatible Statement</link></variable></h1> - <paragraph role="paragraph" id="N0106"><literal>Option Compatible</literal> turns on the VBA-compatible Basic compiler mode at the module level.</paragraph> + <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> diff --git a/source/text/sbasic/shared/special_vba_func.xhp b/source/text/sbasic/shared/special_vba_func.xhp index 8a257ee26..92e88d44e 100644 --- a/source/text/sbasic/shared/special_vba_func.xhp +++ b/source/text/sbasic/shared/special_vba_func.xhp @@ -41,8 +41,9 @@ <bookmark_value>VBA Statements</bookmark_value> </bookmark> <h2 id="hd_id31543446449360">VBA Statements</h2> - <embed href="text/sbasic/shared/compatible.xhp#optioncompatiblestatement"/> + <comment> Option Compatible is not a VBA statement, it extends LibreOffice Basic constructs. </comment> <embed href="text/sbasic/shared/classmodule.xhp#classmodulefunction"/> + <embed href="text/sbasic/shared/03103350.xhp#optionVBASupport"/> <embed href="text/sbasic/shared/enum.xhp#enumheading"/> </section>