Kaydet (Commit) d4d282e3 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Forgot to increment the iterator.

Change-Id: Ica8c9be8a383879a509d90c6da6309d2eee4fe8c
üst f4c54749
...@@ -604,6 +604,7 @@ bool ScDocument::IdleCalcTextWidth() // true = demnaechst wieder vers ...@@ -604,6 +604,7 @@ bool ScDocument::IdleCalcTextWidth() // true = demnaechst wieder vers
pColIter->setValue(nNewWidth); pColIter->setValue(nNewWidth);
aScope.setNeedMore(true); aScope.setNeedMore(true);
} }
pColIter->next();
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment