From: PJ Fanning Date: Fri, 22 Oct 2021 22:52:30 +0000 (+0000) Subject: remove deprecated code X-Git-Tag: REL_5_2_0~314 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b3a64e0bcafd1f69de3ce488a3fff6af98f1dd0a;p=poi.git remove deprecated code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894497 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java index a5710b066c..67f86991fa 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java @@ -98,14 +98,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet { private static final double DEFAULT_MARGIN_BOTTOM = 0.75; private static final double DEFAULT_MARGIN_LEFT = 0.7; private static final double DEFAULT_MARGIN_RIGHT = 0.7; - - /** - * Kept for backwards-compatibility, use {@link Font#TWIPS_PER_POINT} instead. - * @deprecated POI 5.0.0 - */ - @Deprecated - public static final int TWIPS_PER_POINT = Font.TWIPS_PER_POINT; - + //TODO make the two variable below private! protected CTSheet sheet; protected CTWorksheet worksheet;