Commit a9207adf authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 19722 - [Docx] Ошибка в консоли при открытии Demo-Hayden

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57458 954022d7-b5bf-4e40-9824-e11837661b57
parent 5d869b02
......@@ -1451,7 +1451,7 @@ CChartSpace.prototype =
if(cur_axis.title)
{
checkTxBodyDefFonts(allFonts, cur_axis.title.txPr);
if(cur_axis.title.tx && chart.title.tx.rich)
if(cur_axis.title.tx && cur_axis.title.tx.rich)
{
checkTxBodyDefFonts(allFonts, cur_axis.title.tx.rich);
cur_axis.title.tx.rich.content && cur_axis.title.tx.rich.content.Document_Get_AllFontNames(allFonts);
......
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