joonda opened a new pull request, #994: URL: https://github.com/apache/poi/pull/994
`clearText()` removed all paragraphs from the text body, which violates the OOXML schema. because txBody must contain at least one paragraph. This commit modifies clearText() to ensure a single empty paragraph remains, maintaining schema compliance and preventing "needs repair" errors in PowerPoint. Add a test code to verify the fix and prevent future regressions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
