]> source.dussan.org Git - poi.git/commitdiff
reduce dependence on CTComment
authorPJ Fanning <fanningpj@apache.org>
Thu, 26 Jul 2018 13:41:11 +0000 (13:41 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 26 Jul 2018 13:41:11 +0000 (13:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836730 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.java

index 7e00dd389390a3a5eadafffb97fae23df130bc7a..257ba07f5f5b81c1e036d6eda1ee834ba7f89714 100644 (file)
@@ -34,7 +34,6 @@ import org.apache.poi.xssf.model.StylesTable;
 import org.apache.poi.xssf.usermodel.XSSFCellStyle;
 import org.apache.poi.xssf.usermodel.XSSFComment;
 import org.apache.poi.xssf.usermodel.XSSFRichTextString;
-import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment;
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
 import org.xml.sax.helpers.DefaultHandler;