From 36cdfb37ff3d02127ecf6a02335c52ce7b900505 Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Mon, 14 Feb 2022 21:58:39 +0100 Subject: 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 --- source/text/sbasic/shared/03/sf_menu.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/sbasic') diff --git a/source/text/sbasic/shared/03/sf_menu.xhp b/source/text/sbasic/shared/03/sf_menu.xhp index 5fd426dabb..706b53f00e 100644 --- a/source/text/sbasic/shared/03/sf_menu.xhp +++ b/source/text/sbasic/shared/03/sf_menu.xhp @@ -240,7 +240,7 @@ oMenu.AddCheckBox("Item A", Status := True, ToolTip := "Paste values", Command := "Paste") ' Runs the Basic script Standard.Module1.MyListener stored in the document oMenu.AddCheckBox("Item B", Status := False, Script := "vnd.sun.star.script:Standard.Module1.MyListener?language=Basic&location=document") - ' Runs the Python script MysListener located in file myScripts.py in the user scripts folder + ' Runs the Python script MyListener located in file myScripts.py in the user scripts folder oMenu.AddCheckBox("Item C", Status := True, Script := "vnd.sun.star.script:myScripts.py$MyListener?language=Python&location=user") -- cgit