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

Bug 28012 - [CoEdit] Прекращение работы приложения после отмены создания и...

Bug 28012 - [CoEdit] Прекращение работы приложения после отмены создания и редактирования копии определенного макета слайда

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60237 954022d7-b5bf-4e40-9824-e11837661b57
parent ad715659
......@@ -805,7 +805,7 @@ function CCollaborativeEditing()
if(Class instanceof PropLocker)
{
var Class2 = g_oTableId.Get_ById(Class.objectId);
if(Class2.getObjectType && Class2.getObjectType() === historyitem_type_Slide && Class2.deleteLock === Class)
if(Class2 && Class2.getObjectType && Class2.getObjectType() === historyitem_type_Slide && Class2.deleteLock === Class)
{
editor.WordControl.m_oLogicDocument.DrawingDocument.UnLockSlide(Class2.num);
}
......
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