Commit 4b32260a authored by Oleg Korshul's avatar Oleg Korshul Committed by Alexander.Trofimov

!Num -> !AbstractNum

parent aaaf7a86
......@@ -4795,7 +4795,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