Commit 21bd611c authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix bug 35044

parent 5250ceca
...@@ -3985,10 +3985,14 @@ CPresentation.prototype = ...@@ -3985,10 +3985,14 @@ CPresentation.prototype =
Get_SelectionState2: function() Get_SelectionState2: function()
{}, {
return this.Save_DocumentStateBeforeLoadChanges();
},
Set_SelectionState2: function(oDocState) Set_SelectionState2: function(oDocState)
{}, {
this.Load_DocumentStateAfterLoadChanges(oDocState);
},
Save_DocumentStateBeforeLoadChanges: function() Save_DocumentStateBeforeLoadChanges: function()
{ {
......
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