Commit e1c6a5d5 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete DocumentUrl from asc_nativeOpenFile

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64718 954022d7-b5bf-4e40-9824-e11837661b57
parent 2dcba724
......@@ -51,7 +51,7 @@ if (typeof String.prototype.repeat !== 'function') {
str += str;
}
return rpt;
}
};
String.prototype['repeat'] = String.prototype.repeat;
}
......
......@@ -3626,8 +3626,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
};
spreadsheet_api.prototype.asc_nativeOpenFile = function(base64File, version) {
this.DocumentUrl = "TeamlabNative";
asc["editor"] = this;
this.SpellCheckUrl = '';
......
......@@ -4696,7 +4696,7 @@
this.oPresentationWriter = new CBinaryFileWriter();
//this.oPresentationWriter.Start_UseFullUrl(documentOrigin + editor.DocumentUrl);
//this.oPresentationWriter.Start_UseDocumentOrigin(documentOrigin);
};
}
CopyProcessor.prototype =
{
getSrc : function(src)
......
......@@ -5134,8 +5134,6 @@ function _downloadAs(editor, filetype, fCallback, bStart, sSaveKey)
window["asc_docs_api"] = asc_docs_api;
window["asc_docs_api"].prototype["asc_nativeOpenFile"] = function(base64File, version)
{
this.DocumentUrl = "TeamlabNative";
this.SpellCheckUrl = '';
this.User = new Asc.asc_CUser();
......
......@@ -7392,8 +7392,6 @@ asc_docs_api.prototype.asc_CloseFile = function()
window["asc_docs_api"] = asc_docs_api;
window["asc_docs_api"].prototype["asc_nativeOpenFile"] = function(base64File, version)
{
this.DocumentUrl = "TeamlabNative";
this.SpellCheckUrl = '';
this.User = new Asc.asc_CUser();
......
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