chart2/source/controller/main/ObjectHierarchy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 06579261deb53bd519bbad7c41a3ddbaeb190c81 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Jul 15 21:44:07 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Jul 16 12:16:58 2019 +0200 cid#1448300 Using invalid iterator Change-Id: Ibf3c2f90834e40f06ee1ba55480bd1d345642059 Reviewed-on: https://gerrit.libreoffice.org/75663 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/chart2/source/controller/main/ObjectHierarchy.cxx b/chart2/source/controller/main/ObjectHierarchy.cxx index 4444c4158b6f..2fa0e64c31c8 100644 --- a/chart2/source/controller/main/ObjectHierarchy.cxx +++ b/chart2/source/controller/main/ObjectHierarchy.cxx @@ -767,7 +767,7 @@ bool ObjectKeyNavigation::next() { ObjectHierarchy::tChildContainer::const_iterator aIt( std::find( aSiblings.begin(), aSiblings.end(), getCurrentSelection())); - OSL_ASSERT( aIt != aSiblings.end()); + assert(aIt != aSiblings.end()); if( ++aIt == aSiblings.end()) aIt = aSiblings.begin(); setCurrentSelection( *aIt ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits