• Michael Stahl's avatar
    sw: fix assert with frames anchored in redlines on rhbz490395-1.odt · e07feb94
    Michael Stahl yazdı
    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 738fb2ad)
    
    Change-Id: I396d92b9d0b2045e98bad6d0b374303cd4e62b59
    e07feb94
node.hxx 25.1 KB