From: Nick Burch Date: Tue, 8 Jan 2008 11:28:07 +0000 (+0000) Subject: Fix a few little bits of documentation xml X-Git-Tag: REL_3_0_3_BETA1~222 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=95b15d00c752ad8d4cd5f1fc381b4a1915b3aaee;p=poi.git Fix a few little bits of documentation xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609936 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 61006908f0..ccf962dae8 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -35,12 +35,11 @@ - + 44167 - Fix for non-contiguous named ranges 44070 - Fix for shifting comments when shifting rows -="3.0.2-BETA2" date="2008-01-12"> Support for tables in HSLF 43781 - Fix for extracting text from TextBoxes HSLF in Improve JavaDocs relating to hssf font and fill colourings @@ -50,7 +49,6 @@ 41064 - [PATCH] Support for String continue records 27511 - [PATCH] Support for data validation, via DVRecord and DVALRecord - 43877 and 39512 - Fix for handling mixed OBJ and CONTINUE records. 43807 - Throw an IllegalArgumentException if asked to create a merged region with invalid columns or rows, rather than writing out a corrupt file diff --git a/src/documentation/content/xdocs/hssf/quick-guide.xml b/src/documentation/content/xdocs/hssf/quick-guide.xml index 594a1a761f..a7ca260c7a 100644 --- a/src/documentation/content/xdocs/hssf/quick-guide.xml +++ b/src/documentation/content/xdocs/hssf/quick-guide.xml @@ -1176,13 +1176,13 @@ Examples: // Will get back one AreaReference for C10, and // another for D12 to D14 AreaReference[] arefs = AreaReference.generateContiguous(aNamedCell.getReference()); - for(int i=0; i