Commit 92175577 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov

дополнительно для

Revision: 65320

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65321 954022d7-b5bf-4e40-9824-e11837661b57
parent 8ef6c1a4
......@@ -234,9 +234,9 @@
drawing.lockType = c_oAscLockTypes.kLockTypeNone;
bRedrawGraphicObjects = true;
}
/*if(!bUnlockDefName){
if(!bUnlockDefName){
bUnlockDefName = this.handlers.trigger("checkDefNameLock", oLock);
}*/
}
this.handlers.trigger("releaseLocks", oLock.Element["guid"]);
}
......@@ -252,9 +252,9 @@
drawing.lockType = c_oAscLockTypes.kLockTypeNone;
bRedrawGraphicObjects = true;
}
/*if(!bUnlockDefName){
if(!bUnlockDefName){
bUnlockDefName = this.handlers.trigger("checkDefNameLock", oLock);
}*/
}
}
this.m_arrNeedUnlock.splice(nIndex, 1);
......@@ -292,9 +292,9 @@
if (bCheckRedraw || bRedrawGraphicObjects)
this.handlers.trigger("showDrawingObjects");
// if(bUnlockDefName){
if(bUnlockDefName){
this.handlers.trigger("unlockDefName");
// }
}
if (0 === this.m_nUseType)
this.m_nUseType = 1;
......
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