diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-13 22:54:14 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-14 15:35:54 -0400 |
commit | d4d282e342a014f0416b7d4b725d918558dab18d (patch) | |
tree | 44fb786f6f82e4279f2722765651764b8c15c150 /sc | |
parent | f4c54749cfeca8703c8335a7310dbed24e8a9cf5 (diff) |
Forgot to increment the iterator.
Change-Id: Ica8c9be8a383879a509d90c6da6309d2eee4fe8c
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/documen8.cxx | 1 |
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 { |