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

для Revision: 64871

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64875 954022d7-b5bf-4e40-9824-e11837661b57
parent 4145e26d
......@@ -6864,7 +6864,7 @@ function _downloadAs(editor, command, oDocumentMailMerge, oMailMergeSendData, tx
// Мы открывали команду, надо ее закрыть.
editor.sync_EndAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.DownloadAs);
var cp = {'codepage': c_oAscCodePageUtf8, 'encodings': getEncodingParams()};
editor.asc_fireCallback("asc_onAdvancedOptions", new asc.asc_CAdvancedOptions(c_oAscAdvancedOptionsID.TXT, cp), t.advancedOptionsAction);
editor.asc_fireCallback("asc_onAdvancedOptions", new asc.asc_CAdvancedOptions(c_oAscAdvancedOptionsID.TXT, cp), editor.advancedOptionsAction);
return;
} else {
if (txtOptions instanceof asc.asc_CTXTAdvancedOptions) {
......
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