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

Исправлен баг с нумерацией в параграфе.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55642 954022d7-b5bf-4e40-9824-e11837661b57
parent 9e42cfaa
......@@ -9658,7 +9658,7 @@ Paragraph.prototype =
if ( true === this.Numbering.Check_Range(CurRange, CurLine) )
{
var NumPr = this.Numbering_Get();
if ( para_Numbering === this.Numbering.Type && undefined !== NumPr )
if ( para_Numbering === this.Numbering.Type && undefined !== NumPr && undefined !== NumPr.NumId && 0 !== NumPr.NumId && "0" !== NumPr.NumId )
{
var NumJc = this.Parent.Get_Numbering().Get_AbstractNum( NumPr.NumId ).Lvl[NumPr.Lvl].Jc;
......
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