Commit 7a64195c authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix crash

parent a6f2fa32
...@@ -1386,7 +1386,7 @@ function CChangesParagraphPresentationPrBullet(Class, Old, New, Color) ...@@ -1386,7 +1386,7 @@ function CChangesParagraphPresentationPrBullet(Class, Old, New, Color)
{ {
CChangesParagraphPresentationPrBullet.superclass.constructor.call(this, Class, Old, New, Color); CChangesParagraphPresentationPrBullet.superclass.constructor.call(this, Class, Old, New, Color);
} }
AscCommon.extendClass(CChangesParagraphPresentationPrLevel, AscDFH.CChangesBaseObjectProperty); AscCommon.extendClass(CChangesParagraphPresentationPrBullet, AscDFH.CChangesBaseObjectProperty);
CChangesParagraphPresentationPrBullet.prototype.Type = AscDFH.historyitem_Paragraph_PresentationPr_Bullet; CChangesParagraphPresentationPrBullet.prototype.Type = AscDFH.historyitem_Paragraph_PresentationPr_Bullet;
CChangesParagraphPresentationPrBullet.prototype.private_CreateObject = function() CChangesParagraphPresentationPrBullet.prototype.private_CreateObject = function()
{ {
......
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