Commit a80c3929 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Выставляем флаг g_oIdCounter.m_bRead при чтение контента документов в презентациях.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68168 954022d7-b5bf-4e40-9824-e11837661b57
parent b9e37761
......@@ -3724,8 +3724,10 @@ PasteProcessor.prototype =
}
//создаём темповый CDocument
this.oDocument = ExecuteNoHistory(tempCDocument , this, []);
g_oIdCounter.m_bRead = true;
var aContent = ExecuteNoHistory(this.ReadFromBinary, this, [base64FromWord]);
g_oIdCounter.m_bRead = false;
//возврщаем обратно переменные и историю, документ которой заменяется при создании CDocument
this.oDocument = trueDocument;
History.Document = trueDocument;
......
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