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

--- Comment #5 from Jan-Marek Glogowski <glo...@fbihome.de> ---
Ok - probably commenting

 CellType = util::NumberFormat::TEXT;

is actually correct … in a way.

I don't know, why we ever want to forcefully change the cell type.

Probably we should just change the type, if the current cell type is undefined,
so we get

if (util::NumberFormat::UNDEFINED == nCellType)
    CellType = util::NumberFormat::TEXT;

That code survives: sc.check, sc.slowcheck and sc.subsequentcheck

And it fixes my bug.

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

Reply via email to