Commit 37f57926 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=27530 - [Copy&Paste] Не копируется Page Break

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61658 954022d7-b5bf-4e40-9824-e11837661b57
parent 0f7bb692
...@@ -645,10 +645,11 @@ CopyProcessor.prototype = ...@@ -645,10 +645,11 @@ CopyProcessor.prototype =
if( break_Page == ParaItem.BreakType) if( break_Page == ParaItem.BreakType)
{ {
//todo ��������� ���� �������� � ������ ����� //todo ��������� ���� �������� � ������ �����
sRes += "<br clear=\"all\" style=\"mso-special-character:line-break;page-break-before:always;\" />"; //добавил неразрвной пробел для того, чтобы информация попадала в буфер обмена
sRes += "<br clear=\"all\" style=\"mso-special-character:line-break;page-break-before:always;\" /><span>&nbsp</span>";
} }
else else
sRes += "<br style=\"mso-special-character:line-break;\" />"; sRes += "<br style=\"mso-special-character:line-break;\" /><span>&nbsp</span>";
break; break;
//������� ������� ����� ��������� ������ �� ���������� �������� //������� ������� ����� ��������� ������ �� ���������� ��������
case para_End: this.bOccurEndPar = true; break; case para_End: this.bOccurEndPar = true; 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