Commit 5519aace authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 34521

parent 7b933f31
...@@ -5478,6 +5478,7 @@ background-repeat: no-repeat;\ ...@@ -5478,6 +5478,7 @@ background-repeat: no-repeat;\
this.WordControl.m_oDrawingDocument.ClearCachePages(); this.WordControl.m_oDrawingDocument.ClearCachePages();
this.WordControl.HideRulers(); this.WordControl.HideRulers();
AscCommon.CollaborativeEditing.Set_GlobalLock(true);
if (null != this.WordControl.m_oLogicDocument) if (null != this.WordControl.m_oLogicDocument)
{ {
this.WordControl.m_oLogicDocument.viewMode = true; this.WordControl.m_oLogicDocument.viewMode = true;
......
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