Commit 8f5ea45f authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

Bug 30501 - PDF Viewer печатает файл с именем output.pdf

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65063 954022d7-b5bf-4e40-9824-e11837661b57
parent 5aaeac16
...@@ -2107,6 +2107,7 @@ asc_docs_api.prototype.asc_Print = function() ...@@ -2107,6 +2107,7 @@ asc_docs_api.prototype.asc_Print = function()
"userid": documentUserId, "userid": documentUserId,
"vkey": documentVKey, "vkey": documentVKey,
"format": documentFormat, "format": documentFormat,
"title": changeFileExtention(documentTitle, getExtentionByFormat(c_oAscFileType.PDF)),
"c":"savefromorigin"}; "c":"savefromorigin"};
this.fCurCallback = function(input) { this.fCurCallback = function(input) {
if(null != input && "savefromorigin" == input["type"]) { if(null != input && "savefromorigin" == input["type"]) {
......
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