reduce dependence on CTComment

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836730 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2018-07-26 13:41:11 +00:00
parent e682cc52e3
commit 8085cddbc2
1 changed files with 0 additions and 1 deletions

View 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;