https://bugs.documentfoundation.org/show_bug.cgi?id=90029

Stephan Bergmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Stephan Bergmann <[email protected]> ---
The call to DbTimeField::updateFromModel from DbCellControl::Init (both in
svx/source/fmcomp/gridcell.cxx) got introduced with
<http://cgit.freedesktop.org/libreoffice/core/commit/?id=42b809228dc0971c4280871728e37261abab62da>
"On init of DbCellControl, load value from Model."

What is odd about DbTimeField::updateFromModel is that it uses FM_PROP_DATE
(aka "Date") instead of FM_PROP_TIME (aka "Time") as DbTimeField::commitControl
does, and that "Date" then causes the uncaught UnknownPropertyException.  Looks
like this is a copy/paste error between DbDateField::updateFromModel and
DbTimeField::updateFromModel ever since
<http://cgit.freedesktop.org/libreoffice/core/commit/?id=fba11e39f9f5b7d418969d414093ea7f7e1000ca>
"#98012# #98171# some major changes - no, the DbCellControl (and derivees) is
(are) a listener at the relevant model properties like ReadOnly, Text, Value
aso."

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to