[bu][de] Fix bug #76651

This commit is contained in:
Nikita Khromov
2025-09-10 15:50:01 +03:00
committed by Ilya Kirillov
parent 54f64c64b5
commit b3fe903c6a

View File

@ -11296,7 +11296,7 @@
return false;
let oSectPr = oSection.Section;
let oCurSectPr = oDoc.SectionsInfo.GetSectPrByElement(this.Paragraph).SectPr;
let oCurSectPr = oDoc.SectionsInfo.GetSectPrByElement(this.Paragraph);
oCurSectPr.Set_Type(oSectPr.Type);
oCurSectPr.SetPageNumStart(-1);