Commit 9d4a89dc authored by Oleg Korshul's avatar Oleg Korshul Committed by Alexander.Trofimov

ole

parent bb0ae855
......@@ -14,7 +14,7 @@ function (window, undefined) {
this.Id = AscCommon.g_oIdCounter.Get_NewId();
AscCommon.g_oTableId.Add( this, this.Id );
}
AscCommon.extendClass(COleObject, CImageShape);
AscCommon.extendClass(COleObject, AscFormat.CImageShape);
COleObject.prototype.getObjectType = function()
{
......
......@@ -6,6 +6,8 @@
this.current = null;
this.path = "";
this.api = null;
this.startData = "";
}
CPluginsManager.prototype =
......@@ -32,6 +34,7 @@
if (this.current == null)
return false;
this.startData = data;
this.show();
},
runResize : function(guid, data, width, height)
......@@ -128,7 +131,7 @@
}
case Asc.EPluginDataType.ole:
{
_data = ""; // TODO:
_data = this.startData;
break;
}
}
......
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