Spreadsheet: Added AtomicPropertyChange object to avoid excessive property change reporting.
This commit is contained in:
parent
f69a5ab7db
commit
b606ed8ce4
|
@ -313,6 +313,8 @@ void PropertySheet::Restore(Base::XMLReader &reader)
|
|||
{
|
||||
int Cnt;
|
||||
|
||||
AtomicPropertyChange signaller(*this);
|
||||
|
||||
reader.readElement("Cells");
|
||||
Cnt = reader.getAttributeAsInteger("Count");
|
||||
for (int i = 0; i < Cnt; i++) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user