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 @@ Inside the control properties pane of the Dialog Editor, use the Events tab to replace macro assignments by component assignments, and type in the intended method names: Set Dump to file dialog button component method name to _dump2File - Optionnally define txtTracelog key pressed and mouse button pressed events component method names as _openHelp - Optionnally define Ok button receiving focus event component method name as onOkHasfocus + Optionally define txtTracelog key pressed and mouse button pressed events component method names as _openHelp + Optionally define Ok button receiving focus event component method name as onOkHasfocus Events assigned actions should mention the vnd.sun.star.UNO: protocol.

Creating the handler