sc/source/core/data/table1.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0771e099882229c4fb6c8553ed525a6556a52832 Author: Kohei Yoshida <kohei.yosh...@collabora.com> Date: Sat Feb 11 13:38:58 2017 -0500 tdf#86470: Let's not forget to move onto the next column. Change-Id: I451f521723458b5d6fe9d9fa8b41855fe17def64 Reviewed-on: https://gerrit.libreoffice.org/34159 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoff...@kohei.us> (cherry picked from commit bcdde13996e3e33f9d4c41be25d062560c72636b) Reviewed-on: https://gerrit.libreoffice.org/34164 Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx index 5679f2a..06c2ccf 100644 --- a/sc/source/core/data/table1.cxx +++ b/sc/source/core/data/table1.cxx @@ -1428,9 +1428,9 @@ bool ScTable::GetNextMarkedCell( SCCOL& rCol, SCROW& rRow, const ScMarkData& rMa ++it; if (it == rCells.end()) { - // No more block. + // No more block. Move on to the next column. rRow = MAXROW + 1; - return false; + continue; } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits