Commit 55abdca3 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Speadsheet -> Spreadsheet

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56755 954022d7-b5bf-4e40-9824-e11837661b57
parent bcc99f97
......@@ -809,7 +809,7 @@
this._serverPort = serverPort ? serverPort : '';
this._serverPath = serverPath;
this.sockjs_url = this._url + '/doc/'+docid+'/c';
this._isExcel = c_oEditorId.Speadsheet === editorType;
this._isExcel = c_oEditorId.Spreadsheet === editorType;
this._isPresentation = c_oEditorId.Presentation === editorType;
this._isAuth = false;
this._documentFormatSave = documentFormatSave;
......
......@@ -74,7 +74,7 @@ function test_ws_name() {
var c_oEditorId = {
Word:0,
Speadsheet:1,
Spreadsheet:1,
Presentation:2
};
......
......@@ -524,7 +524,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
"userid" : this.DocInfo["UserId"],
"format" : this.DocInfo["Format"],
"vkey" : this.DocInfo["VKey"],
"editorid" : c_oEditorId.Speadsheet
"editorid" : c_oEditorId.Spreadsheet
};
this._asc_sendCommand(function (response) {t._onGetEditorPermissions(response);}, rdata);
} else {
......@@ -743,7 +743,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
"userid": this.documentUserId,
"format": this.documentFormat,
"vkey": this.documentVKey,
"editorid": c_oEditorId.Speadsheet,
"editorid": c_oEditorId.Spreadsheet,
"c":"reopen",
"url": this.documentUrl,
"title": this.documentTitle,
......@@ -1011,7 +1011,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
"userid" : this.documentUserId,
"format" : this.documentFormat,
"vkey" : this.documentVKey,
"editorid" : c_oEditorId.Speadsheet,
"editorid" : c_oEditorId.Spreadsheet,
"url" : this.documentUrl,
"title" : this.documentTitle,
"embeddedfonts" : this.isUseEmbeddedCutFonts
......@@ -1662,7 +1662,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
this.CoAuthoringApi.init(t.User, t.documentId, 'fghhfgsjdgfjs', window.location.hostname,
window.location.port, g_sMainServiceLocalUrl, function(){
}, c_oEditorId.Speadsheet, t.documentFormatSave, t.asc_getViewerMode());
}, c_oEditorId.Spreadsheet, t.documentFormatSave, t.asc_getViewerMode());
},
// Set CoAuthoring server url
......
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