]> source.dussan.org Git - poi.git/commit
Changed merged region tracking to use object pointers rather than
authorDanny Mui <dmui@apache.org>
Sat, 6 Sep 2003 18:56:29 +0000 (18:56 +0000)
committerDanny Mui <dmui@apache.org>
Sat, 6 Sep 2003 18:56:29 +0000 (18:56 +0000)
commit39625616b72234d50041f8df79233ed0172138d0
tree9fcc262a5ddec6fff763580c536cde9d72a6262b
parent2651c864cb413a5ed486cb33df15f56b02123450
Changed merged region tracking to use object pointers rather than
index pointers so we don't have to make sure the indices are up to date.
PR: 22922
Submitted by: xuemin@appresso.com (Xuemin Guan)
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS:   If this change addresses a PR in the problem report tracking
CVS:   database, then enter the PR number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system, such as NCSA,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to Apache by someone else; i.e.,
CVS:   they sent us a patch or a new module, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353343 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/model/Sheet.java
src/testcases/org/apache/poi/hssf/model/SheetTest.java