]> source.dussan.org Git - poi.git/commit
Move some of the XSSF Color logic to a base class, so that the HSSF Extended Color...
authorNick Burch <nick@apache.org>
Mon, 20 Jul 2015 00:46:50 +0000 (00:46 +0000)
committerNick Burch <nick@apache.org>
Mon, 20 Jul 2015 00:46:50 +0000 (00:46 +0000)
commitd788ff06b4005225d59e4ebd4355544f81a19e20
tree24ee5220a8e8ee6fdace975fab2cbb34b7034e59
parentca1dfbd1e5085ae9ea668b19372a273de1529f01
Move some of the XSSF Color logic to a base class, so that the HSSF Extended Color wrapper can use it

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691864 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/usermodel/ExtendedColor.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java