https://bugs.documentfoundation.org/show_bug.cgi?id=116129
--- Comment #6 from [email protected] ---
https://opengrok.libreoffice.org/xref/core/sc/source/core/data/column3.cxx?r=fb9a5d89#1016
What would happen if nDelFlag has STYLES only when (ATTRIB == (HARDATTR |
STYLES))?
https://opengrok.libreoffice.org/xref/core/sc/inc/global.hxx?r=a2601800#175
I first thought it could be ok if I rewrite
(nDelFlag & InsertDeleteFlags::ATTRIB) != InsertDeleteFlags::NONE
instead of
(nDelFlag & InsertDeleteFlags::ATTRIB) == InsertDeleteFlags::ATTRIB
, but in that case it seems, at least to me , that we would not at all need
else-if section.
--
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