Commit 0ba78ed1 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65175 954022d7-b5bf-4e40-9824-e11837661b57
parent 7c28f322
......@@ -388,6 +388,25 @@ CGraphicObjects.prototype =
return {W: page_limits.XLimit, H: page_limits.YLimit};
},
Accept_RevisionChanges: function(Type, bAll)
{
var oDocContent = this.getTargetDocContent();
if(oDocContent)
{
oDocContent.Accept_RevisionChanges(Type, bAll);
}
},
Reject_RevisionChanges: function(Type, bAll)
{
var oDocContent = this.getTargetDocContent();
if(oDocContent)
{
oDocContent.Reject_RevisionChanges(Type, bAll);
}
},
Get_Props: function()
{
var props_by_types = DrawingObjectsController.prototype.getDrawingProps.call(this);
......
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