Commit 5c61a1e8 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60864 954022d7-b5bf-4e40-9824-e11837661b57
parent b916967c
...@@ -1712,7 +1712,7 @@ asc_docs_api.prototype["Call_Menu_Event"] = function(type, _params) ...@@ -1712,7 +1712,7 @@ asc_docs_api.prototype["Call_Menu_Event"] = function(type, _params)
if (bIsNeed) if (bIsNeed)
{ {
var _originSize = this.WordControl.m_oDrawingDocument.Native["DD_GetOriginalImageSize"]; var _originSize = this.WordControl.m_oDrawingDocument.Native["DD_GetOriginalImageSize"]();
var _w = _originSize[0]; var _w = _originSize[0];
var _h = _originSize[1]; var _h = _originSize[1];
......
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