Commit 3e693f1b authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix bug 34558

parent 5766898f
......@@ -1063,6 +1063,10 @@ CDLbl.prototype =
return AscDFH.historyitem_type_DLbl;
},
Check_AutoFit: function(){
return true;
},
createDuplicate: function()
{
......@@ -12310,6 +12314,11 @@ CTitle.prototype =
}
return false;
},
Check_AutoFit: function(){
return true;
},
getBodyPr: CDLbl.prototype.getBodyPr,
getCompiledStyle: CDLbl.prototype.getCompiledStyle,
......
This diff is collapsed.
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