sw/source/uibase/dbui/dbmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e564aff1f064ce157643978ff9231808095c43a5 Author: Julien Nabet <serval2...@yahoo.fr> Date: Sun Sep 17 12:05:56 2017 +0200 Prefer prefix operator Change-Id: I44934f66b11fc537045df1d15fe98844ee7045ca Reviewed-on: https://gerrit.libreoffice.org/42370 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/uibase/dbui/dbmgr.cxx b/sw/source/uibase/dbui/dbmgr.cxx index bfb0a539df57..1d0d8a31c4f1 100644 --- a/sw/source/uibase/dbui/dbmgr.cxx +++ b/sw/source/uibase/dbui/dbmgr.cxx @@ -3217,7 +3217,7 @@ void SwDBManager::RevokeLastRegistrations() it = m_aUncommitedRegistrations.erase(it); } else - it++; + ++it; } } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits