• Caolán McNamara's avatar
    Resolves: fdo#49342 crash merging cells, revert conversion to std::map · 567c1db2
    Caolán McNamara yazdı
    3af0c948
    868bd3b7
    b2e84f9a
    7264d276
    858b5b4f
    
    The problem is that a paragraph gets added to the document after the TableBox
    selection is created, which changes the node ids of the following paragraphs in
    the TableBox but the map has used cached SttNd value as its key, so it can't
    recognize nodes using the new index.
    
    This worked in the old implementation because that was effectively a
    sorted-vector, so probably the best conversion to stl is a sorted vector
    
    Change-Id: I1143d843b872eee15b016f82b68ecc020969f1b5
    567c1db2
swcrsr.hxx 11.9 KB