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

--- Comment #11 from Adam Kovacs <[email protected]> ---
Created attachment 149422
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149422&action=edit
sal_debug_calc_cell_content_2

So if we write this...
*pArr = rItem.mbIsValue ? rItem.mfValue : 0.0;
...instead of this...
*pArr = rItem.mbIsValue ? rItem.mfValue : fNAN;
...here...
https://opengrok.libreoffice.org/xref/core/sc/source/ui/unoobj/chart2uno.cxx?r=b4f38d8b#2923
...then we get the result on the screenshot.

-- 
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