Commit 71d1a67d authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 28124 - Невозможно удалить пункт (абзац) в маркированном списке клавишей Backspace

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60335 954022d7-b5bf-4e40-9824-e11837661b57
parent c595cc9f
......@@ -6980,7 +6980,10 @@ Paragraph.prototype =
// Удаляем нумерацию
Remove_PresentationNumbering : function()
{
this.Add_PresentationNumbering(undefined);
var Bullet = new CBullet();
Bullet.bulletType = new CBulletType();
Bullet.bulletType.type = BULLET_TYPE_BULLET_NONE;
this.Add_PresentationNumbering(Bullet);
},
Set_PresentationLevel : function(Level)
......
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