]> source.dussan.org Git - poi.git/commit
Move my new unit conversions to the Units class, move and deprecate duplicate and...
authorGreg Woolsey <gwoolsey@apache.org>
Fri, 23 Jun 2017 15:43:48 +0000 (15:43 +0000)
committerGreg Woolsey <gwoolsey@apache.org>
Fri, 23 Jun 2017 15:43:48 +0000 (15:43 +0000)
commit0e23e4e9d8ce9c51b081959aea7f1478aff69810
tree1421e6ca7cd3dd16a7eae1a8ad424dbff23c0555
parent12048f528b5d89c4b2a2ab354f0b767d806f2b23
Move my new unit conversions to the Units class, move and deprecate duplicate and scattered unit constants, update constant references to standardize on the ones in the Units class.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799683 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/util/Units.java
src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFPicture.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFClientAnchor.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFShape.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
src/ooxml/java/org/apache/poi/xssf/util/EMUUtils.java [deleted file]