diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-20 18:05:48 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-20 22:39:25 +0200 |
commit | dd950a6edbd3abc45409724be8cabe1dee71b63d (patch) | |
tree | ad898067d9e7b9af0c06ed21fc83b6f00f22d6a1 /odk/examples/python/toolpanel | |
parent | 2286eb08e7a6a820ec71ed22945cf422fa88a16a (diff) |
Fix typos
Change-Id: Ib361243332b7219c0073c787c378c648e44705f2
Reviewed-on: https://gerrit.libreoffice.org/75487
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'odk/examples/python/toolpanel')
-rw-r--r-- | odk/examples/python/toolpanel/readme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/python/toolpanel/readme b/odk/examples/python/toolpanel/readme index 9061339e5b24..5dedd9385a78 100644 --- a/odk/examples/python/toolpanel/readme +++ b/odk/examples/python/toolpanel/readme @@ -6,8 +6,8 @@ This extension is a Proof of concept on implementing Toolpanel in Python - alternatively zip the files and name it toolpanel.oxt - install it - activate Task Panes in menu (check View > Task Pane menu) -- enjoy ! +- enjoy! -The events of the controls (Click me button) in the task pane are handled by basic macro code to illustrate that Toolpanel definition and events codes are indepedant. One could use any language to react on events +The events of the controls (Click me button) in the task panel are handled by basic macro code to illustrate that Toolpanel definition and events codes are independent. One could use any language to react on events Then focus only on .py and xml files for the toolpanel activation analysis |