Commit d8d3b610 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Добавил пустой метод Set_DocumentMargin а также поставил прверку в...

Добавил пустой метод Set_DocumentMargin а также поставил прверку в Document_IsSelectionLock чтобы не было нель менять маргины на линейках (Bug 26968 - Ошибка в консоли при изменении параметров линейки)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59726 954022d7-b5bf-4e40-9824-e11837661b57
parent e92cf0be
......@@ -2130,6 +2130,11 @@ CPresentation.prototype =
Default_Tab_Stop = DTab;
},
Set_DocumentMargin: function()
{
},
OnKeyPress : function(e)
{
if ( true === editor.isViewMode )
......@@ -3660,6 +3665,10 @@ CPresentation.prototype =
return true;
if(this.Slides.length === 0)
return false;
if(changestype_Document_SectPr === CheckType)
{
return true;
}
var cur_slide = this.Slides[this.CurPage];
var slide_id = cur_slide.deleteLock.Get_Id();
......
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