bug 59170: remove deprecated XSSFFontFormatting#getXSSFColor that was deprecated in 3.13 beta 1

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-15 04:22:26 +00:00
parent 07fa63a101
commit 5cbfb10ee5
1 changed files with 0 additions and 7 deletions

View File

@ -111,13 +111,6 @@ public class XSSFFontFormatting implements FontFormatting {
}
}
/**
* @deprecated use {@link #getFontColor()}
*/
public XSSFColor getXSSFColor(){
return getFontColor();
}
/**
* gets the height of the font in 1/20th point units
*