]> source.dussan.org Git - poi.git/commitdiff
remove deprecated code
authorPJ Fanning <fanningpj@apache.org>
Fri, 22 Oct 2021 22:52:30 +0000 (22:52 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 22 Oct 2021 22:52:30 +0000 (22:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894497 13f79535-47bb-0310-9956-ffa450edef68

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

index a5710b066cbb4673239b2ad77791a3a3c1380738..67f86991fa237ec1286ff46de9ffd0ce2ccd1db5 100644 (file)
@@ -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;