Commit 550b2846 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 33442

parent 60669b26
......@@ -143,7 +143,7 @@
UserDrop : -100,
Warning : -101,
PrintMaxPagesCount : 110,
PrintMaxPagesCount : -110,
/* для формул */
FrmlWrongCountParentheses : -300,
......@@ -1121,6 +1121,7 @@
prot['CannotFillRange'] = prot.CannotFillRange;
prot['UserDrop'] = prot.UserDrop;
prot['Warning'] = prot.Warning;
prot['PrintMaxPagesCount'] = prot.PrintMaxPagesCount;
prot['FrmlWrongCountParentheses'] = prot.FrmlWrongCountParentheses;
prot['FrmlWrongOperator'] = prot.FrmlWrongOperator;
prot['FrmlWrongMaxArgument'] = prot.FrmlWrongMaxArgument;
......
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