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>
This commit is contained in:
parent
121fb94b78
commit
7d981e6177
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue