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

Eike Rathke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|regression                  |
                 CC|                            |[email protected]
            Version|4.1.6.2 release             |Inherited From OOo

--- Comment #16 from Eike Rathke <[email protected]> ---
Problem is that already the form control has entries of type string, so the
selected value is passed to Calc in an UNO Any of TypeClass_STRING, which Calc
in OCellValueBinding::setValue() correctly passes down to
ScCellObj::setString(), which *has* to force string type through
ScDocFunc::SetCellText(), not attempting to interpret any number. The commits
mentioned above only change the implementation of how cell content and formats
are set.

Comment 9 states that earlier versions display the leading ' apostrophe (in the
input line) to indicate text content in an otherwise numeric formatted cell.
This was already the case in OOo, so functionality-wise this is not even a
regression, the scenario never worked. Contrary to comment 13, it was also
*not* ok in 3.5

Needed is a type aware handling while populating the form control and passing
the selected value.

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

Reply via email to