Commit 05c41146 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

добавил проверку на наличие темы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55643 954022d7-b5bf-4e40-9824-e11837661b57
parent f6fad22e
......@@ -1757,7 +1757,8 @@ Woorksheet.prototype.generateFontMap=function(oFontMap){
if(drawing)
drawing.getAllFonts(oFontMap);
}
checkThemeFonts(oFontMap, this.workbook.theme.themeElements.fontScheme);
if(null != this.workbook.theme)
checkThemeFonts(oFontMap, this.workbook.theme.themeElements.fontScheme);
//пробегаемся по колонкам
for(var i in this.aCols)
{
......
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