summaryrefslogtreecommitdiff
path: root/source/text/sbasic
diff options
context:
space:
mode:
authorLibreOfficiant <LibreOfficiant@sfr.fr>2019-08-12 09:37:23 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-08-12 13:00:08 +0200
commitb03d629ddcee775872cc84ffd4df70661cf50f29 (patch)
tree2f9a217ec1b40e47655b8ac30df12041f4e400cc /source/text/sbasic
parent08299df834e707281b3fc444ddd2e779ffcfcf82 (diff)
Faulty link in VBA funcs
Change-Id: If8f561648f24b82ea0d36ca95ea0d7a49a053909 Reviewed-on: https://gerrit.libreoffice.org/77333 Tested-by: Jenkins Reviewed-by: LibreOfficiant <LibreOfficiant@sfr.fr> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r--source/text/sbasic/shared/compatibilitymode.xhp3
-rw-r--r--source/text/sbasic/shared/special_vba_func.xhp2
2 files changed, 2 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/compatibilitymode.xhp b/source/text/sbasic/shared/compatibilitymode.xhp
index 68b6b444a3..da9c4023d7 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 3d3f436443..4eb2669542 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>