Commit 9905c45b authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

isChartEditor

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67235 954022d7-b5bf-4e40-9824-e11837661b57
parent c9e692d5
......@@ -155,6 +155,9 @@ window["Asc"]['spreadsheet_api'].prototype.onUpdateDocumentModified = function(b
window["Asc"]['spreadsheet_api'].prototype.asc_Save = function (isNoUserSave, isSaveAs)
{
if (this.isChartEditor || c_oAscAdvancedOptionsAction.None !== this.advancedOptionsAction)
return;
var t = this;
if (true !== isNoUserSave)
this.IsUserSave = 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