source/text/sbasic/python/python_handler.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1a500fb0a28a0acdf9e2fa9d034a1ef0341a8dd2
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jul 27 09:01:31 2019 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sat Jul 27 16:53:00 2019 +0200

    Fix typo
    
    Change-Id: Ib92a4ba3f7b5dc41930e788c061c70fc74ab18f7
    Reviewed-on: https://gerrit.libreoffice.org/76467
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/sbasic/python/python_handler.xhp 
b/source/text/sbasic/python/python_handler.xhp
index 31b59f06c..1f9e9ce35 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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to