diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/compatibilitymode.xhp | 3 | ||||
-rw-r--r-- | source/text/sbasic/shared/special_vba_func.xhp | 2 |
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> |