https://issues.apache.org/ooo/show_bug.cgi?id=118878
--- Comment #5 from yuanlin <[email protected]> --- Created attachment 77582 --> https://issues.apache.org/ooo/attachment.cgi?id=77582&action=edit patch_in_AdjustColumns_to_fix_this_issue The real root cause of this issue is that it should use the old property value but not the new modified and not processed property value in the property changed handler. However, for this special case, I think we can have a simple fix. In this case, we can just add the check for column frame object and only do sth when it is not null. the SwLayoutFrm::AdjustColumns() will be called again when process column number value changed handler in SwLayoutFrm::ChgColumns() and can be set the correct value in it. -- You are receiving this mail because: You are the assignee for the bug.
