source/text/sbasic/python/scriptforge_module.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c47eeb8a742e3c5a05de2ce9b85b9a978aba6ab7 Author: Alain Romedenne <[email protected]> AuthorDate: Thu Aug 6 15:55:14 2026 +0200 Commit: Alain Romedenne <[email protected]> CommitDate: Thu Aug 6 17:01:48 2026 +0200 scriptforge module help updates 'how to' anticipation text soffice more appropriate in CLI cmd in the advent of multiple copies of LO Change-Id: I8aaf0750c902d83fff23dbd8b00f7ab8b22ed912 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/209026 Reviewed-by: Alain Romedenne <[email protected]> Tested-by: Jenkins diff --git a/source/text/sbasic/python/scriptforge_module.xhp b/source/text/sbasic/python/scriptforge_module.xhp index 80bfc0f0f6..2e77e381ef 100644 --- a/source/text/sbasic/python/scriptforge_module.xhp +++ b/source/text/sbasic/python/scriptforge_module.xhp @@ -19,7 +19,7 @@ <bookmark_value>Python;scriptforge module</bookmark_value> </bookmark> <section id="howtoget"> - <embed href="text/sbasic/shared/00000003.xhp#basiclibhowtoget"/> + <embed href="text/sbasic/shared/00000003.xhp#pythonlibhowtoget"/> </section> <paragraph role="paragraph" id="par_id801776866004718"><literal>scriptforge</literal> module holds an extensible collection or scripting resources for %PRODUCTNAME to be invoked from Python scripts. A complete description of these resources is available from <link href="text/sbasic/shared/03/lib_ScriptForge.xhp">ScriptForge libraries</link> help page.</paragraph> <h2 id="hd_id441776867310830">Methods</h2> @@ -88,7 +88,7 @@ <input>"C:\Program Files\LibreOffice\program\soffice.exe" --accept="pipe,name=PIPE2LIBREOFFICE;urp;"</input> </paragraph></case> <default><paragraph role="paragraph" id="par_else"> - <input>LibreOffice --accept="pipe,name=PIPE2LIBREOFFICE;urp;"</input> + <input>soffice --accept="pipe,name=PIPE2LIBREOFFICE;urp;"</input> </paragraph></default> </switch>
