summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-04-24 14:11:37 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-04-30 13:10:39 -0400
commitc77cb290c3bb8ce3b5296f750cb3d1eacc21d28c (patch)
tree60409f140dcd7e357bd13d310b0a759af8aba431 /sc
parent8d820a45d97cf0539b46b01f6002856882183e24 (diff)
Adding comment as I go along...
Change-Id: I3f95b2a1a4b180c23e82bdeec8279707220532d5
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/column3.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 9ad00612feab..3eb4b178b4b3 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -2094,6 +2094,7 @@ void ScColumn::RebuildFormulaGroups()
!rCur.pCell || !rPrev.pCell || // paranoia
rCur.pCell->GetCellType() != rPrev.pCell->GetCellType() ) // same type
{
+ // Non-contiguous cell detected. Break the series.
pLastDouble = NULL;
continue;
}