Commit f71c693a authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Bug #31706 Поправлен баг с работой функции Document_Get_AllFontNames в нумерации.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68436 954022d7-b5bf-4e40-9824-e11837661b57
parent 0610c954
......@@ -1315,8 +1315,8 @@ CAbstractNum.prototype =
{
var Lvl = this.Lvl[Index];
if ( undefined != Lvl.TextPr && undefined != Lvl.TextPr.FontFamily )
AllFonts[Lvl.TextPr.FontFamily.Name] = true;
if (undefined !== Lvl.TextPr && Lvl.TextPr.Document_Get_AllFontNames)
Lvl.TextPr.Document_Get_AllFontNames(AllFonts);
}
},
......
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