Commit eee8efc9 authored by Oleg Korshul's avatar Oleg Korshul

!Num -> !AbstractNum

parent 4532e835
......@@ -4819,7 +4819,7 @@ CStyles.prototype =
continue;
var AbstractNum = Numbering.Get_AbstractNum(NumPr.NumId);
if (!Num)
if (!AbstractNum)
continue;
var iLvl = (NumPr.Lvl ? NumPr.Lvl : 0);
......
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