You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/06/15 04:22:27 UTC

svn commit: r1748493 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFontFormatting.java

Author: onealj
Date: Wed Jun 15 04:22:26 2016
New Revision: 1748493

URL: http://svn.apache.org/viewvc?rev=1748493&view=rev
Log:
bug 59170: remove deprecated XSSFFontFormatting#getXSSFColor that was deprecated in 3.13 beta 1

Modified:
    poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFontFormatting.java

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFontFormatting.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFontFormatting.java?rev=1748493&r1=1748492&r2=1748493&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFontFormatting.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFontFormatting.java Wed Jun 15 04:22:26 2016
@@ -112,13 +112,6 @@ public class XSSFFontFormatting implemen
     }
 
     /**
-     * @deprecated use {@link #getFontColor()}
-     */
-    public XSSFColor getXSSFColor(){
-        return getFontColor();
-    }
-
-    /**
      * gets the height of the font in 1/20th point units
      *
      * @return fontheight (in points/20); or -1 if not modified



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org