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,10 +6982,19 @@ asc_docs_api.prototype.SetViewMode = function( isViewMode )
CollaborativeEditing.m_bGlobalLock = true;
//this.isShowTableEmptyLine = false;
//this.WordControl.m_bIsRuler = true;
if (null == this.WordControl.m_oDrawingDocument.m_oDocumentRenderer)
{
this.WordControl.m_oDrawingDocument.ClearCachePages();
this.WordControl.HideRulers();
}
else
{
this.WordControl.HideRulers();
this.WordControl.OnScroll();
}
}
else
{
if (this.bInit_word_control === true && this.FontLoader.embedded_cut_manager.bIsCutFontsUse)
{
......
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