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

http://bugzserver/show_bug.cgi?id=29277 - [Copy&Paste] День и месяц меняются...

http://bugzserver/show_bug.cgi?id=29277 - [Copy&Paste] День и месяц меняются местами для некоторых типов даты после копирования и вставки

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62736 954022d7-b5bf-4e40-9824-e11837661b57
parent fc625cb5
......@@ -9239,10 +9239,10 @@
}
else if(isOneMerge && range && range.bbox)
{
this._getCell(range.bbox.c1, range.bbox.r1).setValue(value2[numStyle].text);
this._getCell(range.bbox.c1, range.bbox.r1).setValue(newVal.getValue());
}
else
firstRange.setValue(value2[numStyle].text);
firstRange.setValue(newVal.getValue());
if(!isOneMerge)//settings for 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