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

getMajorParaDrawing

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48069 954022d7-b5bf-4e40-9824-e11837661b57
parent d2497c38
......@@ -1951,6 +1951,12 @@ CGraphicObjects.prototype =
this.updateSelectionState();
},
getMajorParaDrawing: function()
{
return this.selectionInfo.selectionArray.length > 0 ? this.selectionInfo.selectionArray[0] : null;
},
documentUpdateRulersState: function()
{
switch(this.curState.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