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:
Andrew C. Oliver 2002-04-27 21:54:10 +00:00
parent 78560e9e06
commit b657b44ac5
2 changed files with 0 additions and 2 deletions

View File

@ -74,7 +74,6 @@ import org.apache.poi.hssf.record.ExtendedFormatRecord;
*/
public class HSSFCellStyle
implements HSSFColorConstants
{
private ExtendedFormatRecord format = null;
private short index = 0;

View File

@ -73,7 +73,6 @@ import org.apache.poi.hssf.record.FontRecord;
*/
public class HSSFFont
implements HSSFColorConstants
{
/**