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

fix bug #30885

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66587 954022d7-b5bf-4e40-9824-e11837661b57
parent c122c0a6
......@@ -783,6 +783,7 @@ CCellCommentator.prototype.sortComments = function(sortData) {
comment = new asc_CCommentData(line[j]);
comment.nRow = places[i].to;
this.changeComment(comment.asc_getId(), comment, true);
isChangeComment = true;
}
}
}
......
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