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

Bug 24969 - Ошибка в консоли при переносе таблицы в автофигуру

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56915 954022d7-b5bf-4e40-9824-e11837661b57
parent 0dc92c3f
......@@ -386,7 +386,7 @@ CShape.prototype =
{
var tx_body = new CTextBody();
tx_body.setParent(this);
tx_body.setContent(new CDocumentContent(tx_body, this.getDrawingDocument(), 0, 0, 0, 20000, false, false));
tx_body.setContent(new CDocumentContent(tx_body, this.getDrawingDocument(), 0, 0, 0, 20000, false, false, true));
tx_body.setBodyPr(new CBodyPr());
tx_body.content.Content[0].Set_DocumentIndex(0);
this.setTxBody(tx_body);
......
......@@ -659,6 +659,10 @@ CShape.prototype.Get_StartPage_Relative = function()
{
return 0;
};
CShape.prototype.Check_TableCoincidence = function(table)
{
return false;
};
CShape.prototype.Get_PrevElementEndInfo = function(CurElement)
{
......
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