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

Bug #31512 - Смещение подписи вертикальной оси диаграммы в DOCX файле

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68292 954022d7-b5bf-4e40-9824-e11837661b57
parent e21d6896
......@@ -3272,7 +3272,8 @@ DrawingObjectsController.prototype =
}
if(tx_body)
{
if( tx_body.bodyPr && tx_body.bodyPr.vert === nVertTThorz)
var oBodyPr = vert_axis.title.getBodyPr();
if(oBodyPr && oBodyPr.vert === nVertTThorz)
{
_label = c_oAscChartVertAxisLabelShowSettings.horizontal;
}
......
This diff is collapsed.
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