Commit de6400e7 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

historyitem_AutoShapes_RecalculateAfterParagraphAddredo ->...

historyitem_AutoShapes_RecalculateAfterParagraphAddredo -> historyitem_AutoShapes_RecalculateAfterParagraphAddRedo

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51537 954022d7-b5bf-4e40-9824-e11837661b57
parent 1e8e25de
...@@ -900,7 +900,7 @@ CShape.prototype = ...@@ -900,7 +900,7 @@ CShape.prototype =
this.calculateTransformTextMatrix(); this.calculateTransformTextMatrix();
this.recalculateCurPos(); this.recalculateCurPos();
History.Add(g_oUndoRedoGraphicObjects, historyitem_AutoShapes_RecalculateAfterParagraphAddredo, null, null, History.Add(g_oUndoRedoGraphicObjects, historyitem_AutoShapes_RecalculateAfterParagraphAddRedo, null, null,
new UndoRedoDataGraphicObjects(this.Get_Id(), new UndoRedoDataGOSingleProp(null, null))); new UndoRedoDataGraphicObjects(this.Get_Id(), new UndoRedoDataGOSingleProp(null, null)));
} }
}, },
......
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