[Libreoffice-bugs] [Bug 112574] Image style editing crashes LO
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Sep 24 13:36:36 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=112574
Xisco FaulĂ <xiscofauli at libreoffice.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |bibisected, bisected,
| |regression
CC| |mstahl at redhat.com
Version|5.3.0.0.alpha1+ |5.0 all versions
--- Comment #7 from Xisco FaulĂ <xiscofauli at libreoffice.org> ---
Regression introduced by:
author Michael Stahl <mstahl at redhat.com> 2015-05-08 21:27:49 (GMT)
committer Michael Stahl <mstahl at redhat.com> 2015-05-09 09:02:26
(GMT)
commit e07feb9457f2ffb373ae69b73dda290140e4005f (patch)
tree 0d0bccf291f44c36d3cb174a02bc1a0000ae3b34
parent fb73274fcce1edd3d898b7f79700fea96d0040f9 (diff)
sw: fix assert with frames anchored in redlines on rhbz490395-1.odt
SwRangeRedline::Show() will move nodes around in the nodes-array, which
means that using SwNodeIndex as a key in a map that has a lifetime
not limited by the stack is a bad idea, as the map will become unsorted.
Remove SwFrmFmtAnchorMap from SwDoc and replace it with new
SwNode::m_pAnchoredFlys to do the same mapping.
(regression from 738fb2ad77e5a1a4d6e2dc540886a17f4527e4db)
Bisected with bibisect-50max
Adding Cc: to Michael Stahl
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170924/7ad8c854/attachment.html>
More information about the Libreoffice-bugs
mailing list