mirror of https://github.com/apache/poi.git
removed ties to deprecated HSSFColorConstants class
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352507 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78560e9e06
commit
b657b44ac5
|
@ -74,7 +74,6 @@ import org.apache.poi.hssf.record.ExtendedFormatRecord;
|
|||
*/
|
||||
|
||||
public class HSSFCellStyle
|
||||
implements HSSFColorConstants
|
||||
{
|
||||
private ExtendedFormatRecord format = null;
|
||||
private short index = 0;
|
||||
|
|
|
@ -73,7 +73,6 @@ import org.apache.poi.hssf.record.FontRecord;
|
|||
*/
|
||||
|
||||
public class HSSFFont
|
||||
implements HSSFColorConstants
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue