Commit 14d51d07 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

pdf on load - white list

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57533 954022d7-b5bf-4e40-9824-e11837661b57
parent 32d26a28
......@@ -6982,8 +6982,17 @@ asc_docs_api.prototype.SetViewMode = function( isViewMode )
CollaborativeEditing.m_bGlobalLock = true;
//this.isShowTableEmptyLine = false;
//this.WordControl.m_bIsRuler = true;
this.WordControl.m_oDrawingDocument.ClearCachePages();
this.WordControl.HideRulers();
if (null == this.WordControl.m_oDrawingDocument.m_oDocumentRenderer)
{
this.WordControl.m_oDrawingDocument.ClearCachePages();
this.WordControl.HideRulers();
}
else
{
this.WordControl.HideRulers();
this.WordControl.OnScroll();
}
}
else
{
......
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