Commit 5ef75d57 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Доработка рецензирования в формулах.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66251 954022d7-b5bf-4e40-9824-e11837661b57
parent 6026c61e
......@@ -2814,19 +2814,19 @@ ParaMath.prototype.Correct_AfterConvertFromEquation = function()
ParaMath.prototype.Check_RevisionsChanges = function(Checker, ContentPos, Depth)
{
// TODO: Реализовать
return this.Root.Check_RevisionsChanges(Checker, ContentPos, Depth);
};
ParaMath.prototype.Accept_RevisionChanges = function(Type, bAll)
{
// TODO: Реализовать
return this.Root.Accept_RevisionChanges(Type, bAll);
};
ParaMath.prototype.Reject_RevisionChanges = function(Type, bAll)
{
// TODO: Реализовать
return this.Root.Reject_RevisionChanges(Type, bAll);
};
ParaMath.prototype.Set_ReviewType = function(ReviewType, RemovePrChange)
{
// TODO: Реализовать так же, как CParagraphContentWithParagraphLikeContent.prototype.Set_ReviewType
return this.Root.Set_ReviewType(ReviewType, RemovePrChange);
};
//----------------------------------------------------------------------------------------------------------------------
......
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