]> source.dussan.org Git - poi.git/commitdiff
code format
authorPJ Fanning <fanningpj@apache.org>
Mon, 27 Dec 2021 11:51:14 +0000 (11:51 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 27 Dec 2021 11:51:14 +0000 (11:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896450 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFRichTextString.java

index 835e8da2e640c8a85510a87c5375b020bddfdf9c..3210dabebec3167218d0de432a82bbd030da22ee 100644 (file)
@@ -24,7 +24,11 @@ import org.apache.poi.xssf.model.StylesTable;
 import org.apache.poi.xssf.model.ThemesTable;
 import org.apache.xmlbeans.XmlCursor;
 import org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring;
-import org.openxmlformats.schemas.spreadsheetml.x2006.main.*;
+import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor;
+import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont;
+import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRElt;
+import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRPrElt;
+import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst;
 
 import javax.xml.namespace.QName;
 import java.util.Iterator;