Commit eee8efc9 authored by Oleg Korshul's avatar Oleg Korshul

!Num -> !AbstractNum

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