Commit a3b122e4 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Проверка на состояние отсортированности (т.е. ничего делать не нужно)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61133 954022d7-b5bf-4e40-9824-e11837661b57
parent 451ab397
......@@ -776,6 +776,8 @@ CCellCommentator.prototype.updateCommentsDependencies = function(bInsert, operTy
};
CCellCommentator.prototype.sortComments = function(sortData) {
if (null === sortData)
return;
var comment, isChangeComment = false, places = sortData.places, i = 0, l = places.length, j, row, line;
var range = sortData.bbox, oComments = this.getRangeComments(new Asc.Range(range.c1, range.r1, range.c2, range.r2));
if (null === oComments)
......
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