Commit 3af9325f authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 28284 - Ошибка в консоли при нажатии Enter на рамке выделения текста после...

Bug 28284 - Ошибка в консоли при нажатии Enter на рамке выделения текста после его вставки со стороннего сайта 

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60617 954022d7-b5bf-4e40-9824-e11837661b57
parent 5056e8d2
...@@ -3247,7 +3247,6 @@ CShape.prototype = ...@@ -3247,7 +3247,6 @@ CShape.prototype =
_final_preset = "bentConnector5"; _final_preset = "bentConnector5";
if (_old_line == null) { if (_old_line == null) {
_new_line = new CLn(); _new_line = new CLn();
} }
else { else {
_new_line = this.spPr.ln.createDuplicate(); _new_line = this.spPr.ln.createDuplicate();
...@@ -3268,7 +3267,6 @@ CShape.prototype = ...@@ -3268,7 +3267,6 @@ CShape.prototype =
_final_preset = "curvedConnector3"; _final_preset = "curvedConnector3";
if (_old_line == null) { if (_old_line == null) {
_new_line = new CLn(); _new_line = new CLn();
} }
else { else {
_new_line = this.spPr.ln.createDuplicate(); _new_line = this.spPr.ln.createDuplicate();
......
...@@ -4254,7 +4254,7 @@ PasteProcessor.prototype = ...@@ -4254,7 +4254,7 @@ PasteProcessor.prototype =
shape.spPr.xfrm.setExtY(h); shape.spPr.xfrm.setExtY(h);
shape.spPr.xfrm.setOffX(0); shape.spPr.xfrm.setOffX(0);
shape.spPr.xfrm.setOffY(0); shape.spPr.xfrm.setOffY(0);
shape.txBody.content.Cursor_MoveToEndPos();
arrShapes[i] = new DrawingCopyObject(shape, 0, 0, w, h); arrShapes[i] = new DrawingCopyObject(shape, 0, 0, w, h);
} }
......
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