Commit df32de80 authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35100

parent b003d01c
......@@ -585,6 +585,20 @@ CPresentation.prototype =
IsViewMode: function()
{
return this.Api.isViewMode;
},
CanEdit: function()
{
if (this.IsViewMode())
return false;
return true;
},
Stop_CheckSpelling: function()
{
this.Spelling.Reset();
......
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