Commit 1765274a authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

add this

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52863 954022d7-b5bf-4e40-9824-e11837661b57
parent 5f85a72f
...@@ -438,12 +438,12 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -438,12 +438,12 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
{ {
switch(this.documentFormat) switch(this.documentFormat)
{ {
case "xlsx" : documentFormatSave = c_oAscFileType.XLSX;break; case "xlsx" : this.documentFormatSave = c_oAscFileType.XLSX;break;
case "xls" : documentFormatSave = c_oAscFileType.XLS;break; case "xls" : this.documentFormatSave = c_oAscFileType.XLS;break;
case "ods" : documentFormatSave = c_oAscFileType.ODS;break; case "ods" : this.documentFormatSave = c_oAscFileType.ODS;break;
case "csv" : documentFormatSave = c_oAscFileType.CSV;break; case "csv" : this.documentFormatSave = c_oAscFileType.CSV;break;
case "htm" : case "htm" :
case "html" : documentFormatSave = c_oAscFileType.HTML;break; case "html" : this.documentFormatSave = c_oAscFileType.HTML;break;
} }
} }
......
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