[Libreoffice-commits] help.git: source/text

LibreOfficiant (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 12 11:00:29 UTC 2019


 source/text/sbasic/shared/compatibilitymode.xhp |    3 +--
 source/text/sbasic/shared/special_vba_func.xhp  |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

New commits:
commit b03d629ddcee775872cc84ffd4df70661cf50f29
Author:     LibreOfficiant <LibreOfficiant at sfr.fr>
AuthorDate: Mon Aug 12 09:37:23 2019 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Aug 12 13:00:08 2019 +0200

    Faulty link in VBA funcs
    
    Change-Id: If8f561648f24b82ea0d36ca95ea0d7a49a053909
    Reviewed-on: https://gerrit.libreoffice.org/77333
    Tested-by: Jenkins
    Reviewed-by: LibreOfficiant <LibreOfficiant at sfr.fr>
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/shared/compatibilitymode.xhp b/source/text/sbasic/shared/compatibilitymode.xhp
index 68b6b444a..da9c4023d 100644
--- a/source/text/sbasic/shared/compatibilitymode.xhp
+++ b/source/text/sbasic/shared/compatibilitymode.xhp
@@ -24,11 +24,10 @@
         <paragraph role="paragraph" id="N0120"><literal>CompatibilityMode()</literal> function is controlling runtime mode and affects all code executed after setting or resetting the mode. </paragraph>
         </section>
     <warning id="N0119">Use this feature with caution, limit it to document conversion situations for example.</warning>
-    <note id="par_id271561645872679"><literal>Option Compatible</literal> turns on VBA compatibility at module level for the %PRODUCTNAME Basic compiler.</note>
+    <note id="par_id271561645872679"><literal>Option Compatible</literal> turns on VBA compatibility at module level for the %PRODUCTNAME Basic interpreter.</note>
     <paragraph role="paragraph" id="N0121">This function may affect or help in the following situations:</paragraph>
     <list type="unordered">
         <listitem><paragraph role="listitem" id="N0122">Creating enumerations with <link href="text/sbasic/shared/enum.xhp" name="enum statement">Enum statement</link></paragraph></listitem>
-        <listitem><paragraph role="listitem" id="N0123">Updating <literal>Dir</literal> execution conditions.</paragraph></listitem>
         <listitem><paragraph role="listitem" id="N0124">Running <literal>RmDir</literal> command in VBA mode. In VBA only empty directories are removed by <literal>RmDir</literal> while %PRODUCTNAME Basic removes a directory recursively.</paragraph></listitem>
         <listitem><paragraph role="listitem" id="N0125">Changing behaviour of Basic <literal>Dir</literal> command. The directory flag (16) for the <literal>Dir</literal> command means that only directories are returned in %PRODUCTNAME Basic, while in VBA normal files and directories are returned.</paragraph></listitem>
     </list>
diff --git a/source/text/sbasic/shared/special_vba_func.xhp b/source/text/sbasic/shared/special_vba_func.xhp
index 3d3f43644..4eb266954 100644
--- a/source/text/sbasic/shared/special_vba_func.xhp
+++ b/source/text/sbasic/shared/special_vba_func.xhp
@@ -45,7 +45,7 @@
     </bookmark>
     <h2 id="hd_id31543446449360">VBA Statements</h2>
     <embed href="text/sbasic/shared/compatible.xhp#optioncompatiblestatement"/>
-    <embed href="text/sbasic/shared/compatible.xhp#compatibilitymodefunction"/>
+    <embed href="text/sbasic/shared/compatible.xhp#compatibilitymodeh1"/>
     <embed href="text/sbasic/shared/classmodule.xhp#classmodulefunction"/>
     <embed href="text/sbasic/shared/enum.xhp#enumheading"/>
 </section>


More information about the Libreoffice-commits mailing list