[Libreoffice-commits] core.git: sw/source
Julien Nabet
serval2412 at yahoo.fr
Sun Sep 17 12:01:56 UTC 2017
sw/source/uibase/dbui/dbmgr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e564aff1f064ce157643978ff9231808095c43a5
Author: Julien Nabet <serval2412 at 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 <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at 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;
}
}
}
More information about the Libreoffice-commits
mailing list