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

--- Comment #6 from himajin100...@gmail.com ---
Just a guess:

https://opengrok.libreoffice.org/xref/core/sc/source/ui/unoobj/cellsuno.cxx?r=316b07d0#1819
https://opengrok.libreoffice.org/xref/core/sc/inc/global.hxx?r=a2601800#177
https://opengrok.libreoffice.org/xref/core/sc/inc/global.hxx?r=a2601800#169

InsertDeleteFlags::ALL does not contain flags for EDITATTR
Shouldn't this be 

( static_cast<InsertDeleteFlags>(nContentFlags) & InsertDeleteFlags::EDITATTR )

instead of 

( nDelFlags & InsertDeleteFlags::EDITATTR )  

?

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