mirror of https://github.com/apache/poi.git
remove deprecated code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
732d640c41
commit
b3a64e0bca
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue