summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03
diff options
context:
space:
mode:
authorStanislav Horacek <stanislav.horacek@gmail.com>2022-02-14 21:58:39 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-02-15 17:37:47 +0100
commit36cdfb37ff3d02127ecf6a02335c52ce7b900505 (patch)
tree7f7ecfa481eedd478081c0f52365b121e2ac659f /source/text/sbasic/shared/03
parent4cbfef4feb88cc1186760ca3dec7208e207c82e8 (diff)
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 <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/sbasic/shared/03')
-rw-r--r--source/text/sbasic/shared/03/sf_menu.xhp2
1 files changed, 1 insertions, 1 deletions
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 @@
<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&amp;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&amp;location=user")</paragraph>
</bascode>
<embed href="text/sbasic/shared/00000003.xhp#In_Python"/>