Commit 5fa72826 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

добавли условие при вствке картинок из word в excel

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56285 954022d7-b5bf-4e40-9824-e11837661b57
parent c6b00224
......@@ -3265,7 +3265,8 @@
drawingObject.graphicObject.addToDrawingObjects();
drawingObject.graphicObject.select(ws.objectRender.controller, 0);
aImagesSync.push(drawingObject.graphicObject.getImageUrl());
if(drawingObject.graphicObject.isImage())
aImagesSync.push(drawingObject.graphicObject.getImageUrl());
};
window["Asc"]["editor"].ImageLoader.LoadDocumentImages(aImagesSync, null, ws.objectRender.asyncImagesDocumentEndLoaded);
......
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