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 @@ ...@@ -809,7 +809,7 @@
this._serverPort = serverPort ? serverPort : ''; this._serverPort = serverPort ? serverPort : '';
this._serverPath = serverPath; this._serverPath = serverPath;
this.sockjs_url = this._url + '/doc/'+docid+'/c'; 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._isPresentation = c_oEditorId.Presentation === editorType;
this._isAuth = false; this._isAuth = false;
this._documentFormatSave = documentFormatSave; this._documentFormatSave = documentFormatSave;
......
...@@ -74,7 +74,7 @@ function test_ws_name() { ...@@ -74,7 +74,7 @@ function test_ws_name() {
var c_oEditorId = { var c_oEditorId = {
Word:0, Word:0,
Speadsheet:1, Spreadsheet:1,
Presentation:2 Presentation:2
}; };
......
...@@ -524,7 +524,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -524,7 +524,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
"userid" : this.DocInfo["UserId"], "userid" : this.DocInfo["UserId"],
"format" : this.DocInfo["Format"], "format" : this.DocInfo["Format"],
"vkey" : this.DocInfo["VKey"], "vkey" : this.DocInfo["VKey"],
"editorid" : c_oEditorId.Speadsheet "editorid" : c_oEditorId.Spreadsheet
}; };
this._asc_sendCommand(function (response) {t._onGetEditorPermissions(response);}, rdata); this._asc_sendCommand(function (response) {t._onGetEditorPermissions(response);}, rdata);
} else { } else {
...@@ -743,7 +743,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -743,7 +743,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
"userid": this.documentUserId, "userid": this.documentUserId,
"format": this.documentFormat, "format": this.documentFormat,
"vkey": this.documentVKey, "vkey": this.documentVKey,
"editorid": c_oEditorId.Speadsheet, "editorid": c_oEditorId.Spreadsheet,
"c":"reopen", "c":"reopen",
"url": this.documentUrl, "url": this.documentUrl,
"title": this.documentTitle, "title": this.documentTitle,
...@@ -1011,7 +1011,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -1011,7 +1011,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
"userid" : this.documentUserId, "userid" : this.documentUserId,
"format" : this.documentFormat, "format" : this.documentFormat,
"vkey" : this.documentVKey, "vkey" : this.documentVKey,
"editorid" : c_oEditorId.Speadsheet, "editorid" : c_oEditorId.Spreadsheet,
"url" : this.documentUrl, "url" : this.documentUrl,
"title" : this.documentTitle, "title" : this.documentTitle,
"embeddedfonts" : this.isUseEmbeddedCutFonts "embeddedfonts" : this.isUseEmbeddedCutFonts
...@@ -1662,7 +1662,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -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, this.CoAuthoringApi.init(t.User, t.documentId, 'fghhfgsjdgfjs', window.location.hostname,
window.location.port, g_sMainServiceLocalUrl, function(){ 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 // 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