vcl/source/app/salvtables.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 30602093eb23886c71a006925cbf88592bc79092 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Feb 18 14:47:38 2020 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Feb 18 17:43:59 2020 +0100 skip on-demand children in all_foreach Change-Id: I7151ba11a67db440edd22156586d94bb9a01fcd8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88942 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index d04ccbff4c87..de67f950cdfb 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -4598,7 +4598,7 @@ public: { if (func(aVclIter)) return; - aVclIter.iter = m_xTreeView->Next(aVclIter.iter); + iter_next(aVclIter); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits