]> 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)
commiteee0fb283535eab0a0ba380f177cba1973e4cc97
tree24ee5220a8e8ee6fdace975fab2cbb34b7034e59
parent7261a106542f161b5ac2538009944d60852116b4
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