Re: [PR] Fix Bug 66263 — Add support for reading SDT row in tables [poi]
hostedbygnome (via GitHub) <[email protected]> Thu, 02 Jul 2026 07:58:18 -0000
| Newsgroups | gmane.comp.jakarta.poi.devel |
|---|---|
| Message-ID | <PR_kwDOAAMmIM65GrKp-df047895-5368-44b1-8b85-3e0870992f78@gitbox.apache.org> |
hostedbygnome commented on code in PR #971: URL: https://github.com/apache/poi/pull/971#discussion_r3511390441 ########## poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFParagraph.java: ########## @@ -44,6 +44,10 @@ Licensed to the Apache Software Foundation (ASF) under one or more import org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPBdr; import org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr; import org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR; +import org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock; +import org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock; Review Comment: Ok -- 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]