mirror of https://github.com/apache/poi.git
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:
parent
07fa63a101
commit
5cbfb10ee5
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue