Commit db74f04b authored by Ilya Kirillov's avatar Ilya Kirillov

Initialize id for class CInlineLevelSdt.

parent 9598c9d6
...@@ -43,6 +43,8 @@ ...@@ -43,6 +43,8 @@
*/ */
function CInlineLevelSdt() function CInlineLevelSdt()
{ {
this.Id = AscCommon.g_oIdCounter.Get_NewId();
CParagraphContentWithParagraphLikeContent.call(this); CParagraphContentWithParagraphLikeContent.call(this);
this.Pr = new CSdtPr(); this.Pr = new CSdtPr();
......
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