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

Исправлен баг в копипасте, появившийся после изменения класса ParaText.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58167 954022d7-b5bf-4e40-9824-e11837661b57
parent c50d47c6
...@@ -560,7 +560,7 @@ CopyProcessor.prototype = ...@@ -560,7 +560,7 @@ CopyProcessor.prototype =
{ {
case para_Text: case para_Text:
//���������� ����������� //���������� �����������
var sValue = ParaItem.Value; var sValue = String.fromCharCode(ParaItem.Value);
if(sValue) if(sValue)
sRes += CopyPasteCorrectString(sValue); sRes += CopyPasteCorrectString(sValue);
break; break;
......
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