diff options
author | Alain Romedenne <alain.romedenne@libreoffice.org> | 2025-03-28 10:39:25 +0100 |
---|---|---|
committer | Alain Romedenne <alain.romedenne@libreoffice.org> | 2025-03-31 16:46:50 +0200 |
commit | 49f82528aecdece559fb6a859a98e86fd31c7e6a (patch) | |
tree | 61ce056798487e241dd1a4b3bfaf887cb21cde9a /source/text/sbasic/python | |
parent | 7227c7e904fceaecacb16c74b057c869686f012d (diff) |
Precisions about OS recognition in scripts
plus a few invitations to go Python
Change-Id: I0c58b9f35638c0d609727e6ef4affffac8fce971
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183441
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'source/text/sbasic/python')
-rw-r--r-- | source/text/sbasic/python/python_platform.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/python/python_platform.xhp b/source/text/sbasic/python/python_platform.xhp index 4e1a7da743..1dbb3cff8e 100644 --- a/source/text/sbasic/python/python_platform.xhp +++ b/source/text/sbasic/python/python_platform.xhp @@ -116,9 +116,9 @@ <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> + <embed href="text/sbasic/shared/GetPathSeparator.xhp#SF_Calc"/> <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"/> <embed href="text/sbasic/guide/basic_2_python.xhp#basic2python"/> <embed href="text/sbasic/python/python_examples.xhp#pythonexamples2"/> |