Commit e11a7ded authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

typeLeft = this.wordGraphicObject.wrappingType

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65559 954022d7-b5bf-4e40-9824-e11837661b57
parent 0612c337
...@@ -382,8 +382,8 @@ CWrapPolygon.prototype = ...@@ -382,8 +382,8 @@ CWrapPolygon.prototype =
} }
for(var s = 0; s < ret2.length; ++s) for(var s = 0; s < ret2.length; ++s)
{ {
ret2[s].typeLeft = nWrapType; ret2[s].typeLeft = this.wordGraphicObject.wrappingType;
ret2[s].typeRight = nWrapType; ret2[s].typeRight = this.wordGraphicObject.wrappingType;
} }
for(s = 0; s < ret2.length; ++s) for(s = 0; s < ret2.length; ++s)
{ {
......
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