diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-29 13:05:45 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-29 13:26:15 +0100 |
commit | c101df217121043e578695aef05d940e5fe018b9 (patch) | |
tree | f26d1920df3cd47bf58e2655d6d6216c34ed8030 /wizards/com | |
parent | 8f9941d5edcc834d53df0e2bf36231a1bae67ddc (diff) |
Fix typos
Change-Id: Iedd82d035454c940d76a94c7e910c81827c1389c
Reviewed-on: https://gerrit.libreoffice.org/48828
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/com')
-rw-r--r-- | wizards/com/sun/star/wizards/ui/event/DataAware.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/ui/event/DataAware.py b/wizards/com/sun/star/wizards/ui/event/DataAware.py index ac121029e38c..ce97ebc96f41 100644 --- a/wizards/com/sun/star/wizards/ui/event/DataAware.py +++ b/wizards/com/sun/star/wizards/ui/event/DataAware.py @@ -31,7 +31,7 @@ This class, as a base abstract class, sets a frame of functionality, delegating the data Object get/set methods to a Value object, and leaving the UI get/set methods abstract. Note that event listening is *not* a part of this model. -the updateData() or updateUI() methods should be programatically called. +the updateData() or updateUI() methods should be programmatically called. in child classes, the updateData() will be binded to UI event calls. <br><br> This class holds references to a Data Object and a Value object. |