Commit e6b97439 authored by Oleg.Korshul's avatar Oleg.Korshul

падение при печати в сборщике

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67518 954022d7-b5bf-4e40-9824-e11837661b57
parent f0de7200
...@@ -977,7 +977,7 @@ function DrawingObjects() { ...@@ -977,7 +977,7 @@ function DrawingObjects() {
for(i = 0; i < aImagesSync.length; ++i) for(i = 0; i < aImagesSync.length; ++i)
{ {
var localUrl = aImagesSync[i]; var localUrl = aImagesSync[i];
if(api.DocInfo.asc_getOfflineApp()) { if(api.DocInfo && api.DocInfo.asc_getOfflineApp()) {
g_oDocumentUrls.addImageUrl(localUrl, api.FontLoader.fontFilesPath + "../Excel/document/media/" + localUrl); g_oDocumentUrls.addImageUrl(localUrl, api.FontLoader.fontFilesPath + "../Excel/document/media/" + localUrl);
} }
aImagesSync[i] = getFullImageSrc2(localUrl); aImagesSync[i] = getFullImageSrc2(localUrl);
......
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