Commit 79aeb907 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 35664

parent 08e1e183
...@@ -1227,6 +1227,7 @@ ...@@ -1227,6 +1227,7 @@
prot['FrmlWrongReferences'] = prot.FrmlWrongReferences; prot['FrmlWrongReferences'] = prot.FrmlWrongReferences;
prot['InvalidReferenceOrName'] = prot.InvalidReferenceOrName; prot['InvalidReferenceOrName'] = prot.InvalidReferenceOrName;
prot['LockCreateDefName'] = prot.LockCreateDefName; prot['LockCreateDefName'] = prot.LockCreateDefName;
prot['LockedCellPivot'] = prot.LockedCellPivot;
prot['OpenWarning'] = prot.OpenWarning; prot['OpenWarning'] = prot.OpenWarning;
window['Asc']['c_oAscAsyncAction'] = window['Asc'].c_oAscAsyncAction = c_oAscAsyncAction; window['Asc']['c_oAscAsyncAction'] = window['Asc'].c_oAscAsyncAction = c_oAscAsyncAction;
prot = c_oAscAsyncAction; prot = c_oAscAsyncAction;
......
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