[Libreoffice-commits] core.git: vcl/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Feb 18 16:44:43 UTC 2020


 vcl/source/app/salvtables.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 30602093eb23886c71a006925cbf88592bc79092
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Feb 18 14:47:38 2020 +0000
Commit:     Caolán McNamara <caolanm at 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 <caolanm at 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);
         }
     }
 


More information about the Libreoffice-commits mailing list