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

Xisco FaulĂ­ <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bibisected, bisected,
                   |                            |regression
                 CC|                            |[email protected]
            Version|5.3.0.0.alpha1+             |5.0 all versions

--- Comment #7 from Xisco FaulĂ­ <[email protected]> ---
Regression introduced by:

author  Michael Stahl <[email protected]>       2015-05-08 21:27:49 (GMT)
committer       Michael Stahl <[email protected]>       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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to