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

правка бага 21103 - [pptx] Появился параграф в автофигуре при открытии презентации

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50603 954022d7-b5bf-4e40-9824-e11837661b57
parent 553a497a
......@@ -985,7 +985,7 @@ CShape.prototype =
{
if(!(_body_pr.vert === nVertTTvert || _body_pr.vert === nVertTTvert270))
{
if(_content_height < _text_rect_height)
if(/*_content_height < _text_rect_height*/true)
{
switch (_body_pr.anchor)
{
......@@ -1047,7 +1047,7 @@ CShape.prototype =
}
else
{
if(_content_height < _text_rect_width)
if(/*_content_height < _text_rect_width*/true)
{
switch (_body_pr.anchor)
{
......@@ -1172,7 +1172,7 @@ CShape.prototype =
}
}
if(_content_height < content_height2)
if(/*_content_height < content_height2*/true)
{
switch (_body_pr.anchor)
{
......@@ -1344,7 +1344,7 @@ CShape.prototype =
{
if(!(_body_pr.vert === nVertTTvert || _body_pr.vert === nVertTTvert270))
{
if(_content_height < _text_rect_height)
if(/*_content_height < _text_rect_height*/true)
{
switch (_body_pr.anchor)
{
......@@ -1406,7 +1406,7 @@ CShape.prototype =
}
else
{
if(_content_height < _text_rect_width)
if(/*_content_height < _text_rect_width*/true)
{
switch (_body_pr.anchor)
{
......@@ -1531,7 +1531,7 @@ CShape.prototype =
}
}
if(_content_height < content_height2)
if(/*_content_height < content_height2*/true)
{
switch (_body_pr.anchor)
{
......
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