mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Fix bug #72513
This commit is contained in:
committed by
Ilya Kirillov
parent
0349a932dc
commit
0d235ccf25
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user