• Eike Rathke's avatar
    crash when modifying a defined name (and other places as well) · 792dee46
    Eike Rathke yazdı
    In ScRangeName::insert() the underlying
    ::boost::ptr_set_adapter::insert(p) takes ownerwhip of p and in the case
    it can't insert it deletes the object. So, if ScRangeName::insert()
    returns false the object where p pointed to is gone.
    
    Adapted various places.
    792dee46
nameuno.cxx 37.3 KB