Spreadsheet: Remove empty set from documentObjectToCellMap.
This commit is contained in:
parent
43e777c7e5
commit
4ab13b9fea
|
@ -909,11 +909,12 @@ void PropertySheet::removeDependencies(CellAddress key)
|
|||
|
||||
k->second.erase(key);
|
||||
|
||||
if (k->second.size() == 0)
|
||||
documentObjectToCellMap.erase(*j);
|
||||
|
||||
++j;
|
||||
}
|
||||
|
||||
|
||||
|
||||
cellToDocumentObjectMap.erase(i2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user