From 1a500fb0a28a0acdf9e2fa9d034a1ef0341a8dd2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 27 Jul 2019 09:01:31 +0200 Subject: Fix typo Change-Id: Ib92a4ba3f7b5dc41930e788c061c70fc74ab18f7 Reviewed-on: https://gerrit.libreoffice.org/76467 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- source/text/sbasic/python/python_handler.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/text/sbasic') 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

-- cgit