summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-13 22:54:14 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-14 15:35:54 -0400
commitd4d282e342a014f0416b7d4b725d918558dab18d (patch)
tree44fb786f6f82e4279f2722765651764b8c15c150 /sc
parentf4c54749cfeca8703c8335a7310dbed24e8a9cf5 (diff)
Forgot to increment the iterator.
Change-Id: Ica8c9be8a383879a509d90c6da6309d2eee4fe8c
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/documen8.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/documen8.cxx b/sc/source/core/data/documen8.cxx
index e9bf545c1a1d..6684d321fcc9 100644
--- a/sc/source/core/data/documen8.cxx
+++ b/sc/source/core/data/documen8.cxx
@@ -604,6 +604,7 @@ bool ScDocument::IdleCalcTextWidth() // true = demnaechst wieder vers
pColIter->setValue(nNewWidth);
aScope.setNeedMore(true);
}
+ pColIter->next();
}
else
{