diff options
author | Alain Romedenne <alain.romedenne@libreoffice.org> | 2021-04-15 11:47:57 +0200 |
---|---|---|
committer | Alain Romedenne <alain.romedenne@libreoffice.org> | 2021-04-29 18:15:58 +0200 |
commit | 4ee2f0f82f99a865e765309eda367d5fc016674b (patch) | |
tree | c6dcbf912d3cbd66b1c2b214c57d9c3e407be41e /source/text/sbasic/python | |
parent | c8cf56ede34cc13a90a930aab505828ee196005c (diff) |
sf_basic py2bas bridge
It includes Basic functions rework in order to
- share content,
- correct Basic keywords argument names tdf#141474
- accommodate Python lowercased arguments.
Change-Id: If59a82444a8e001b02d085f5e10e0053666f8485
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114008
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/python')
-rw-r--r-- | source/text/sbasic/python/python_programming.xhp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/text/sbasic/python/python_programming.xhp b/source/text/sbasic/python/python_programming.xhp index 5efa8df15c..96deb86064 100644 --- a/source/text/sbasic/python/python_programming.xhp +++ b/source/text/sbasic/python/python_programming.xhp @@ -11,14 +11,16 @@ <meta> <topic id="text/sbasic/python/Python_Programming"> <title id="tit" xml-lang="en-US">Python : Programming with Python</title> - <filename>/text/sbasic/python/python_programming.xhp</filename> + <filename>/text/sbasic/python/python_programming.xhp</filename> </topic> </meta> <body> <bookmark branch="index" id="N0218"> <bookmark_value>Python;Programming</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> + <bookmark_value>XSCRIPTCONTEXT;getComponentContext()</bookmark_value> <bookmark_value>uno.py</bookmark_value> + <bookmark_value>uno.py;getComponentContext()</bookmark_value> </bookmark> <section id="pythonprogramming"> <h1 id="hd_id691546462755220"><variable id="pythonprogrammingheading"><link href="text/sbasic/python/python_programming.xhp" name="python programming">Programming with Python Scripts</link></variable></h1> |