diff options
author | LibreOfficiant <LibreOfficiant@sfr.fr> | 2019-05-20 10:06:15 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-05-20 15:35:09 +0200 |
commit | 4f954243e76c64fb09489cb5f501e395bf37e6ca (patch) | |
tree | 560320662f1dd40ce2de9839e8447b4670cd3f90 /source/text/sbasic/shared | |
parent | 9e082dd83b0203f1035f9fc4e95380034b68ae8e (diff) |
- Partial refactoring using API calls
- New bookmarks
- Link from Basic Adv libraries to Platform page
Caution: Please fix GlobalScope miss in </bascode> parser in the first place!
Change-Id: Ifeaa98d5491b659a1dddbdbe3dddc417779374cf
Reviewed-on: https://gerrit.libreoffice.org/72583
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared')
-rw-r--r-- | source/text/sbasic/shared/03/lib_tools.xhp | 3 | ||||
-rw-r--r-- | source/text/sbasic/shared/03132100.xhp | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/source/text/sbasic/shared/03/lib_tools.xhp b/source/text/sbasic/shared/03/lib_tools.xhp index dcf6950a48..dac54b1688 100644 --- a/source/text/sbasic/shared/03/lib_tools.xhp +++ b/source/text/sbasic/shared/03/lib_tools.xhp @@ -1592,5 +1592,8 @@ </tablerow> </table> </section> + <section id="relatedTopics"> + <embed href="text/sbasic/python/python_platform.xhp#pythonplatform"/> + </section> </body> </helpdocument> diff --git a/source/text/sbasic/shared/03132100.xhp b/source/text/sbasic/shared/03132100.xhp index 0f04fb8fca..88aaa15719 100644 --- a/source/text/sbasic/shared/03132100.xhp +++ b/source/text/sbasic/shared/03132100.xhp @@ -48,6 +48,9 @@ <paragraph xml-lang="en-US" id="par_id3145609" role="bascode" localize="false"> MsgBox GetGUIType</paragraph> <paragraph xml-lang="en-US" id="par_id3145069" role="bascode" localize="false">End Sub</paragraph> </bascode> + <section id="relatedTopics"> + <embed href="text/sbasic/python/python_platform.xhp#pythonplatform"/> + </section> </body> </helpdocument> |