source/text/sbasic/shared/03/sf_menu.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 36cdfb37ff3d02127ecf6a02335c52ce7b900505 Author: Stanislav Horacek <stanislav.hora...@gmail.com> AuthorDate: Mon Feb 14 21:58:39 2022 +0100 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Tue Feb 15 17:37:47 2022 +0100 fix script name in SF Menu example Change-Id: I6f999c1d51bfc030a3844ff8c77e316da8f77da0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129926 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/source/text/sbasic/shared/03/sf_menu.xhp b/source/text/sbasic/shared/03/sf_menu.xhp index 5fd426dab..706b53f00 100644 --- a/source/text/sbasic/shared/03/sf_menu.xhp +++ b/source/text/sbasic/shared/03/sf_menu.xhp @@ -240,7 +240,7 @@ <paragraph role="bascode" localize="false" id="bas_id41158919969204">oMenu.AddCheckBox("Item A", Status := True, ToolTip := "Paste values", Command := "Paste")</paragraph> <paragraph role="bascode" id="bas_id271643147793320">' Runs the Basic script Standard.Module1.MyListener stored in the document</paragraph> <paragraph role="bascode" localize="false" id="bas_id41158919969114">oMenu.AddCheckBox("Item B", Status := False, Script := "vnd.sun.star.script:Standard.Module1.MyListener?language=Basic&location=document")</paragraph> - <paragraph role="bascode" id="bas_id801643306742620">' Runs the Python script MysListener located in file myScripts.py in the user scripts folder</paragraph> + <paragraph role="bascode" id="bas_id801643306742620">' Runs the Python script MyListener located in file myScripts.py in the user scripts folder</paragraph> <paragraph role="bascode" localize="false" id="bas_id41158919969324">oMenu.AddCheckBox("Item C", Status := True, Script := "vnd.sun.star.script:myScripts.py$MyListener?language=Python&location=user")</paragraph> </bascode> <embed href="text/sbasic/shared/00000003.xhp#In_Python"/>