diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-09 11:10:31 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-09 12:20:37 +0100 |
commit | 7d981e61772b02a80c86821d99249d8dfbddf1a5 (patch) | |
tree | c637f4ff0c806df2543da949ba6171916c132597 /wizards/com/sun | |
parent | 121fb94b7857c8bcba27c9715374328e965bece2 (diff) |
Fix typo
Change-Id: I0f58bc3253cbd5d7341eddf9be7bda3d6c245f9c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88326
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/com/sun')
-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 24dbe9466aad..e062b48bd2f7 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 @@ 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 programmatically called. -in child classes, the updateData() will be binded to UI event calls. +in child classes, the updateData() will be bound to UI event calls. <br><br> This class holds references to a Data Object and a Value object. The Value object "knows" how to get and set a value from the |