Commit bfcae0ab authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Падает при открытии viewer-а

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66363 954022d7-b5bf-4e40-9824-e11837661b57
parent 552972d6
......@@ -14,6 +14,8 @@ asc_docs_api.prototype.asc_SetTrackRevisions = function(bTrack)
};
asc_docs_api.prototype.asc_IsTrackRevisions = function()
{
if (this.isViewMode)
return false;
return this.WordControl.m_oLogicDocument.Is_TrackRevisions();
};
asc_docs_api.prototype.sync_BeginCatchRevisionsChanges = function()
......
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