From: Alain BĂ©arez Date: Tue, 10 Dec 2019 00:10:52 +0000 (+0000) Subject: Correctly initialize text shapes' first paragraph X-Git-Tag: REL_4_1_2~92 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=091eb161ec1bc5381c96a9ff953c9e53474a093e;p=poi.git Correctly initialize text shapes' first paragraph git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871112 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFAutoShape.java b/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFAutoShape.java index aad07d158c..744ccfd175 100644 --- a/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFAutoShape.java +++ b/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFAutoShape.java @@ -81,6 +81,7 @@ public class XSLFAutoShape extends XSLFTextShape implements AutoShape