sc/source/core/data/dociter.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit f1d92cb02d801bbac413f9027d8d5a4ffe98c07b Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Wed Jun 19 11:54:12 2013 -0400
Don't forget to return true if we are successful. Else we'd never get out of this inifite loop.... Change-Id: I96e072eb79cce77302b27cad42da31f9a66c3401 diff --git a/sc/source/core/data/dociter.cxx b/sc/source/core/data/dociter.cxx index ab0035f..7479097 100644 --- a/sc/source/core/data/dociter.cxx +++ b/sc/source/core/data/dociter.cxx @@ -936,6 +936,7 @@ bool ScCellIterator::getCurrent() } maCurCell.assign(maCurColPos.first, maCurColPos.second); + return true; } return false; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits