https://bugs.documentfoundation.org/show_bug.cgi?id=57274
Andreas Heinisch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Andreas Heinisch <[email protected]> --- Code pointer: https://opengrok.libreoffice.org/xref/core/sc/source/core/data/column3.cxx?r=be11f274&mo=55519&fi=1556#1556 if (rCxt.isAsLink() && rCxt.getInsertFlag() == InsertDeleteFlags::ALL) { // We also reference empty cells for "ALL" // InsertDeleteFlags::ALL must always contain more flags when compared to "Insert contents" as // contents can be selected one by one! We can remove the check rCxt.getInsertFlag() == InsertDeleteFlags::ALL but I have no idea which side effects can be caused. This bug seems to be in LibreOffice since the initial import. -- You are receiving this mail because: You are the assignee for the bug.
