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,6 +1757,7 @@ Woorksheet.prototype.generateFontMap=function(oFontMap){ ...@@ -1757,6 +1757,7 @@ Woorksheet.prototype.generateFontMap=function(oFontMap){
if(drawing) if(drawing)
drawing.getAllFonts(oFontMap); drawing.getAllFonts(oFontMap);
} }
if(null != this.workbook.theme)
checkThemeFonts(oFontMap, this.workbook.theme.themeElements.fontScheme); checkThemeFonts(oFontMap, this.workbook.theme.themeElements.fontScheme);
//пробегаемся по колонкам //пробегаемся по колонкам
for(var i in this.aCols) 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