From b3a64e0bcafd1f69de3ce488a3fff6af98f1dd0a Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 22 Oct 2021 22:52:30 +0000 Subject: [PATCH] remove deprecated code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894497 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/poi/xssf/usermodel/XSSFSheet.java | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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; -- 2.39.5