Commit f09671b3 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг с пересылкой картинки в совместном редактировании (баг 19295).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48188 954022d7-b5bf-4e40-9824-e11837661b57
parent e5d568c4
...@@ -2868,7 +2868,7 @@ WordImage.prototype = ...@@ -2868,7 +2868,7 @@ WordImage.prototype =
this.addGeometry("rect"); this.addGeometry("rect");
this.spPr.geometry.Init( this.absExtX, this.absExtY); this.spPr.geometry.Init( this.absExtX, this.absExtY);
this.calculateTransformTextMatrix(); this.calculateTransformTextMatrix();
return this; break;
} }
case historyitem_ChangeDiagram: case historyitem_ChangeDiagram:
{ {
......
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