Commit 746c3d02 authored by Sergey Luzyanin's avatar Sergey Luzyanin

add method Get_AbsolutePage to class CPresentation

parent 74c8af94
...@@ -1533,6 +1533,11 @@ CPresentation.prototype = ...@@ -1533,6 +1533,11 @@ CPresentation.prototype =
oOleObject.setPixSizes(nPixWidth, nPixHeight); oOleObject.setPixSizes(nPixWidth, nPixHeight);
}, },
Get_AbsolutePage: function()
{
return 0;
},
addChart: function(binary) addChart: function(binary)
{ {
var _this = this; var _this = 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