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

http://bugzserver/show_bug.cgi?id=26610 - Copy&Paste: Не сохраняется...

http://bugzserver/show_bug.cgi?id=26610 -  Copy&Paste: Не сохраняется форматирование ячейки при копировании таблицы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58481 954022d7-b5bf-4e40-9824-e11837661b57
parent 4b0ea6a9
......@@ -3568,7 +3568,7 @@ function BinaryDocumentTableWriter(memory, doc, oMapCommentId, oNumIdMap, copyPa
switch ( item.Type )
{
case para_Run:
if (item.Content.length > 0)
//if (item.Content.length > 0)
this.WriteRun(item, bUseSelection);
break;
case para_Hyperlink:
......@@ -7366,7 +7366,7 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, bAllow
res = this.bcr.Read1(length, function(t, l){
return oThis.ReadRun(t, l, oNewRun, oParStruct, oRes);
});
if (oRes.bRes && oNewRun.Content.length > 0)
//if (oRes.bRes && oNewRun.Content.length > 0)
oParStruct.addToContent(oNewRun);
}
else if (c_oSerParType.CommentStart === type)
......
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