From 13cfd6d3b3f3ef6f0daebba4c34fa19c4729fd7b Mon Sep 17 00:00:00 2001 From: Yegor Kozlov <yegor@apache.org> Date: Sat, 30 May 2009 11:31:05 +0000 Subject: Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct values after removal of all rows git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780245 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/status.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/documentation/content') diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index dc160de51d..0bd2ac472f 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <!-- Don't forget to update changes.xml too! --> <changes> <release version="3.5-beta6" date="2009-??-??"> + <action dev="POI-DEVELOPERS" type="fix">47069 - Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct values after removal of all rows</action> <action dev="POI-DEVELOPERS" type="fix">47278 - Fixed XSSFCell to avoid generating xsi:nil entries in shared string table</action> <action dev="POI-DEVELOPERS" type="fix">47206 - Fixed XSSFCell to properly read inline strings</action> <action dev="POI-DEVELOPERS" type="add">47250 - Fixed FontRecord to expect unicode flags even when name length is zero</action> -- cgit v1.2.3