Commit ae270451 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

Bug 25043 - [Copy&Paste] Меняется порядок символов при копировании документа из MS Word в редактор.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57677 954022d7-b5bf-4e40-9824-e11837661b57
parent 2e6aac4b
...@@ -4853,7 +4853,7 @@ PasteProcessor.prototype = ...@@ -4853,7 +4853,7 @@ PasteProcessor.prototype =
}, },
_CommitElemToParagraph: function (elem) { _CommitElemToParagraph: function (elem) {
if (null != this.oCurHyperlink) { if (null != this.oCurHyperlink) {
this.oCurHyperlink.Add_ToContent(this.oCurParContentPos, elem, false); this.oCurHyperlink.Add_ToContent(this.oCurHyperlinkContentPos, elem, false);
this.oCurHyperlinkContentPos++; this.oCurHyperlinkContentPos++;
} }
else { else {
......
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