Commit 52326ec5 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed problem with receiving a top level document for the class CBlockLevelSdt.

parent 34881e03
......@@ -701,6 +701,10 @@ CBlockLevelSdt.prototype.CheckRange = function(X0, Y0, X1, Y1, _Y0, _Y1, X_lf, X
return this.Content.CheckRange(X0, Y0, X1, Y1, _Y0, _Y1, X_lf, X_rf, CurPage, Inner, bMathWrap);
}
};
CBlockLevelSdt.prototype.Get_TopDocumentContent = function()
{
return this.Parent.Get_TopDocumentContent();
};
//--------------------------------------------------------export--------------------------------------------------------
window['AscCommonWord'] = window['AscCommonWord'] || {};
window['AscCommonWord'].CBlockLevelSdt = CBlockLevelSdt;
......
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