https://bz.apache.org/ooo/show_bug.cgi?id=126635
orcmid <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #85136| |review?([email protected]) Flags| | --- Comment #4 from orcmid <[email protected]> --- Created attachment 85136 --> https://bz.apache.org/ooo/attachment.cgi?id=85136&action=edit patch to main/sw/source/core/doc/poolfmt.cxx In the unpatched version, the misplaced check on pColl for NULL caused pColl->SetNextTxtFmtColl( ) to never be executed. In this patch, the final operation is executed when pColl != NULL. This may cause unexpected behavior if the failure of this operation is compensated for anywhere else in the code. -- You are receiving this mail because: You are the assignee for the issue.
