https://bugs.documentfoundation.org/show_bug.cgi?id=144249
Timur <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Keywords| |bibisected, bisected --- Comment #4 from Timur <[email protected]> --- LO 6.2 before had wrong behavior of not setting cells (using column B) as REF. This commit fixed that but totally slowed down deletion of columns, so much I have to stop LO. commit 838fad87c9785f45f81896c03df32a4b83033655 Date: Tue Jun 12 17:26:18 2018 +0200 source sha:2926c9e40e17a806e29b95d08ddf186904103d33 pre sha:c8a739a2c84f45f878d2ae75eaf16a2f814d1c6e commit 2926c9e40e17a806e29b95d08ddf186904103d33 [log] author Luboš Luňák <[email protected]> Tue Jun 12 2018 committer Tor Lillqvist <[email protected]> Tue Jun 12 2018 don't use opencl with deleted cells Without this testFormulaRefUpdateDeleteAndShiftLeft2 fails with OpenCL enabled (and the mnOpenCLMinimumFormulaGroupSize check disabled). If I'm getting it right, anything working with #REF! (=invalid reference) should result in #REF! too, but without this fix the function effectively converted the #REF! to an empty cell. CC: Lubos. Please see this. -- You are receiving this mail because: You are the assignee for the bug.
