diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/python/python_platform.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/compatible.xhp | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/source/text/sbasic/python/python_platform.xhp b/source/text/sbasic/python/python_platform.xhp index 75f56ef2ee..95792c229d 100644 --- a/source/text/sbasic/python/python_platform.xhp +++ b/source/text/sbasic/python/python_platform.xhp @@ -114,7 +114,7 @@ <paragraph role="bascode" xml-lang="en-US" id="N0580"> Print p.isWindows, p.OSName ' object properties</paragraph> <paragraph role="bascode" localize="false" id="N0581">End Sub ' Platform_example</paragraph> </bascode> - <section id="relatedTopics"> + <section id="relatedtopics"> <embed href="text/sbasic/python/python_screen.xhp#ioscreen"/> <embed href="text/sbasic/shared/03132100.xhp#getguitype2"/> <embed href="text/sbasic/shared/GetPathSeparator.xhp#getpathseparator01"/> diff --git a/source/text/sbasic/shared/compatible.xhp b/source/text/sbasic/shared/compatible.xhp index 4a48a388c4..a834ec312c 100644 --- a/source/text/sbasic/shared/compatible.xhp +++ b/source/text/sbasic/shared/compatible.xhp @@ -53,16 +53,14 @@ </bascode> <tip id="par_id381561650119146">Statement <literal>Option VBAsupport 1</literal> sets <literal>Option Compatible</literal> statement automatically.</tip> <section id="relatedtopics"> - <embed href="text/sbasic/shared/compatibilitymode.xhp#compatibilitymodeh1"/> - <paragraph role="paragraph" id="N0129">Refer to <link href="text/sbasic/python/python_platform.xhp">Identifying the Operating System</link> and <link href="text/sbasic/python/python_session.xhp">Getting Session Information</link> for <literal>Option Compatible</literal> simple examples, or <link href="text/sbasic/guide/access2base.xhp">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode.</paragraph> <embed href="text/sbasic/shared/03090407.xhp#remstatement"/> - <paragraph role="paragraph" id="N0131"> - Variables scope modification in <link href="text/sbasic/shared/01020300.xhp">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function. - </paragraph> + <embed href="text/sbasic/shared/compatibilitymode.xhp#compatibilitymodeh1"/> <embed href="text/sbasic/shared/03103200.xhp#optionbasestatement"/> <embed href="text/sbasic/shared/03103300.xhp#explicitstatement"/> <embed href="text/sbasic/shared/03103350.xhp#vbasupportstatement"/> <embed href="text/sbasic/shared/classmodule.xhp#classmodulestatement"/> + <paragraph role="paragraph" id="N0131">Variables scope modification in <link href="text/sbasic/shared/01020300.xhp">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function.</paragraph> + <paragraph role="paragraph" id="N0129">Refer to <link href="text/sbasic/python/python_platform.xhp">Identifying the Operating System</link> and <link href="text/sbasic/python/python_session.xhp">Getting Session Information</link> for class module examples, or <link href="text/sbasic/guide/access2base.xhp">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode.</paragraph> </section> </body> </helpdocument> |