Commit 09732bd2 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

таблицы вставлялись с перепутанными колонками-строками

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60220 954022d7-b5bf-4e40-9824-e11837661b57
parent 11b2d8ca
......@@ -966,7 +966,7 @@ CPresentation.prototype =
return;
History.Create_NewPoint();
var graphic_frame = this.Create_TableGraphicFrame(Rows, Cols, this.Slides[this.CurPage], this.DefaultTableStyleId);
var graphic_frame = this.Create_TableGraphicFrame(Cols, Rows, this.Slides[this.CurPage], this.DefaultTableStyleId);
if(this.Document_Is_SelectionLocked(changestype_AddShape, graphic_frame) === false)
{
this.Slides[this.CurPage].graphicObjects.resetSelection();
......
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