From: Nick Burch Date: Tue, 12 Jul 2011 21:58:29 +0000 (+0000) Subject: Fix bug #51502 - Correct the Subtotal function javadoc entry X-Git-Tag: REL_3_8_BETA4~186 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ae3d9daaaa7f8e71fc14c40447f6f7f1e5cb1159;p=poi.git Fix bug #51502 - Correct the Subtotal function javadoc entry git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1145790 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 801b218756..58738599dd 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ + 51502 - Correct Subtotal function javadoc entry Support for hyperlinks in SXSSF 49933 - Word 6/95 documents with sections cause ArrayIndexOutOfBoundsException 51469 - XSSF support for row styles, to match existing HSSF functionality diff --git a/src/java/org/apache/poi/ss/formula/functions/Subtotal.java b/src/java/org/apache/poi/ss/formula/functions/Subtotal.java index 8bbbfeea78..0083ea3b82 100644 --- a/src/java/org/apache/poi/ss/formula/functions/Subtotal.java +++ b/src/java/org/apache/poi/ss/formula/functions/Subtotal.java @@ -44,7 +44,7 @@ import org.apache.poi.ss.formula.eval.NotImplementedException; * 6PRODUCT * 7STDEV * 8STDEVP * - * 9AVERAGE + * 9SUM * 10VAR * * 11VARP * * 101-111*