From 0d235ccf256270382b66b0e773a1541b72dd5de8 Mon Sep 17 00:00:00 2001 From: Nikita Khromov Date: Wed, 15 Jan 2025 19:27:09 +0700 Subject: [PATCH] Fix bug #72513 --- pdf/src/document.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pdf/src/document.js b/pdf/src/document.js index 9c08b3b34e..6d1edde57d 100644 --- a/pdf/src/document.js +++ b/pdf/src/document.js @@ -5908,7 +5908,11 @@ var CPresentation = CPresentation || function(){}; CPDFDoc.prototype.UpdateRulers = function() {}; CPDFDoc.prototype.UpdateSelection = function() {}; CPDFDoc.prototype.StopRecalculate = function() {}; - CPDFDoc.prototype.StopSpellCheck = function() {}; CPDFDoc.prototype.Get_TableStyleForPara = function() { + CPDFDoc.prototype.StopSpellCheck = function() {}; + CPDFDoc.prototype.Check_GraphicFrameRowHeight = function(oGrFrame) { + return this.GetController().Check_GraphicFrameRowHeight(oGrFrame); + }; + CPDFDoc.prototype.Get_TableStyleForPara = function() { return null; }; CPDFDoc.prototype.Get_ShapeStyleForPara = function() {