Commit 7360ec7f authored by SergeyLuzyanin's avatar SergeyLuzyanin

add lock to notes

parent a5239284
......@@ -60,6 +60,8 @@
this.m_oContentChanges = new AscCommon.CContentChanges(); // список изменений(добавление/удаление элементов)
this.kind = AscFormat.TYPE_KIND.NOTES;
this.Id = AscCommon.g_oIdCounter.Get_NewId();
this.Lock = new AscCommon.CLock();
AscCommon.g_oTableId.Add(this, this.Id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment