aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-10-22 22:52:30 +0000
committerPJ Fanning <fanningpj@apache.org>2021-10-22 22:52:30 +0000
commitb3a64e0bcafd1f69de3ce488a3fff6af98f1dd0a (patch)
treeaf2750686e45e9fe8ef0ed865f9f63b40535ae13 /poi-ooxml/src/main/java
parent732d640c41879538a07f88994e20edf74111d410 (diff)
downloadpoi-b3a64e0bcafd1f69de3ce488a3fff6af98f1dd0a.tar.gz
poi-b3a64e0bcafd1f69de3ce488a3fff6af98f1dd0a.zip
remove deprecated code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894497 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/src/main/java')
-rw-r--r--poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java9
1 files changed, 1 insertions, 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;