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

правка для #24280

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56289 954022d7-b5bf-4e40-9824-e11837661b57
parent dd4cbeb0
...@@ -8889,6 +8889,11 @@ ...@@ -8889,6 +8889,11 @@
commentData.nRow = r + autoR*plRow; commentData.nRow = r + autoR*plRow;
commentData.setId(); commentData.setId();
t.cellCommentator.addCommentSerialize(commentData); t.cellCommentator.addCommentSerialize(commentData);
History.Create_NewPoint();
History.Add(g_oUndoRedoComment, historyitem_Comment_Add, t.model.getId(), null, commentData);
t.cellCommentator.worksheet.model.workbook.handlers.trigger("asc_onAddComment", commentData.asc_getId(), commentData);
} }
} }
} }
......
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