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

http://bugzserver/show_bug.cgi?id=26711 - Дублирование данных размерженных...

http://bugzserver/show_bug.cgi?id=26711 - Дублирование данных размерженных (merge) ячеек, после применения Copy&Paste

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58533 954022d7-b5bf-4e40-9824-e11837661b57
parent 3aafd439
......@@ -9042,6 +9042,10 @@
numFor++;
}
}
else if(isOneMerge && range && range.bbox)
{
this._getCell(range.bbox.c1, range.bbox.r1).setValue(value2[numStyle].text);
}
else
range.setValue(value2[numStyle].text);
......
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