summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/python
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-27 09:01:31 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-07-27 16:53:00 +0200
commit1a500fb0a28a0acdf9e2fa9d034a1ef0341a8dd2 (patch)
tree4d136df4d1749045dc6aa16a0eaf23fb42721f69 /source/text/sbasic/python
parentPython dialog handler new topic (diff)
downloadhelp-1a500fb0a28a0acdf9e2fa9d034a1ef0341a8dd2.tar.gz
help-1a500fb0a28a0acdf9e2fa9d034a1ef0341a8dd2.zip
Fix typo
Change-Id: Ib92a4ba3f7b5dc41930e788c061c70fc74ab18f7 Reviewed-on: https://gerrit.libreoffice.org/76467 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/sbasic/python')
-rw-r--r--source/text/sbasic/python/python_handler.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/python/python_handler.xhp b/source/text/sbasic/python/python_handler.xhp
index 31b59f06cb..1f9e9ce354 100644
--- a/source/text/sbasic/python/python_handler.xhp
+++ b/source/text/sbasic/python/python_handler.xhp
@@ -36,8 +36,8 @@
<paragraph role="paragraph" id="N0673">Inside the control properties pane of the <link href="text/sbasic/guide/create_dialog.xhp" name ="Dialog Editor">Dialog Editor</link>, use the Events tab to replace macro assignments by component assignments, and type in the intended method names:</paragraph>
<list type="unordered">
<listitem><paragraph role="listitem" id="N0674">Set <literal>Dump to file</literal> dialog button component method name to <literal>_dump2File</literal></paragraph></listitem>
- <listitem><paragraph role="listitem" id="N0675">Optionnally define <literal>txtTracelog</literal> key pressed and mouse button pressed events component method names as <literal>_openHelp</literal></paragraph></listitem>
- <listitem><paragraph role="listitem" id="N0676">Optionnally define <literal>Ok</literal> button receiving focus event component method name as <literal>onOkHasfocus</literal></paragraph></listitem>
+ <listitem><paragraph role="listitem" id="N0675">Optionally define <literal>txtTracelog</literal> key pressed and mouse button pressed events component method names as <literal>_openHelp</literal></paragraph></listitem>
+ <listitem><paragraph role="listitem" id="N0676">Optionally define <literal>Ok</literal> button receiving focus event component method name as <literal>onOkHasfocus</literal></paragraph></listitem>
</list>
<paragraph role="paragraph" id="N0677">Events assigned actions should mention the <literal>vnd.sun.star.UNO:</literal> protocol.</paragraph>
<h2 id="N0678">Creating the handler</h2>