Commit 19209cad authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #33632

parent 8a6f5f51
......@@ -396,7 +396,7 @@ function CChangesParaTextPrHighLight(Class, Old, New, Color)
{
CChangesParaTextPrHighLight.superclass.constructor.call(this, Class, Old, New, Color);
}
AscCommon.extendClass(CChangesParaTextPrVertAlign, AscDFH.CChangesBaseProperty);
AscCommon.extendClass(CChangesParaTextPrHighLight, AscDFH.CChangesBaseProperty);
CChangesParaTextPrHighLight.prototype.Type = AscDFH.historyitem_TextPr_HighLight;
CChangesParaTextPrHighLight.prototype.private_SetValue = function(Value)
{
......
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