Commit 6511bf3e authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62158 954022d7-b5bf-4e40-9824-e11837661b57
parent e47244f5
......@@ -5988,6 +5988,7 @@ asc_docs_api.prototype.asyncImagesDocumentStartLoaded = function()
asc_docs_api.prototype.asyncImagesDocumentEndLoaded = function()
{
this.ImageLoader.bIsLoadDocumentFirst = false;
var _bIsOldPaste = this.isPasteFonts_Images;
if (null != this.WordControl.m_oDrawingDocument.m_oDocumentRenderer)
{
......@@ -6071,7 +6072,7 @@ asc_docs_api.prototype.asyncImagesDocumentEndLoaded = function()
}
else if (this.EndActionLoadImages == 2)
{
if (this.isPasteFonts_Images)
if (_bIsOldPaste)
this.sync_EndAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.LoadImage);
else
this.sync_EndAction(c_oAscAsyncActionType.Information, c_oAscAsyncAction.LoadImage);
......
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