Commit ad6d462b 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@68156 954022d7-b5bf-4e40-9824-e11837661b57
parent 4ed0935a
......@@ -7283,6 +7283,9 @@ Paragraph.prototype =
Numbering_Get : function()
{
if (!this.bFromDocument)
return undefined;
var NumPr = this.Get_CompiledPr2(false).ParaPr.NumPr;
if ( undefined != NumPr && 0 != NumPr.NumId )
return NumPr.Copy();
......
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