[de] Fix tests

This commit is contained in:
KirillovIlya
2024-02-13 17:59:39 +03:00
committed by Ilya Kirillov
parent c0334662ab
commit d57a62271b

View File

@ -553,6 +553,14 @@ CDocPart.prototype.CheckDocPartBehavior = function(nType)
{
return !!(this.Pr.Behavior & nType);
};
CDocPart.prototype.IsTableCellContent = function()
{
return false;
};
CDocPart.prototype.Is_DrawingShape = function(returnShape)
{
return returnShape ? null : false;
};
/** @enum {number} */
var c_oAscDocPartType = {