From 64ab96cd15e52da88781e720d6f031dbcd0ba902 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 13 Oct 2012 10:19:43 +0200 Subject: Prefer prefix ++/-- operators for non-primitive types Change-Id: I057c3ea14cd1f224b339f884ae86890d16471215 --- cui/source/tabpages/autocdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source') diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx index 1c6e725ea500..a34bd712786a 100644 --- a/cui/source/tabpages/autocdlg.cxx +++ b/cui/source/tabpages/autocdlg.cxx @@ -936,7 +936,7 @@ sal_Bool OfaAutocorrReplacePage::FillItemSet( SfxItemSet& ) { SvxAutoCorrect* pAutoCorrect = SvxAutoCorrCfg::Get().GetAutoCorrect(); - for (StringChangeTable::reverse_iterator it = aChangesTable.rbegin(); it != aChangesTable.rend(); it++) + for (StringChangeTable::reverse_iterator it = aChangesTable.rbegin(); it != aChangesTable.rend(); ++it) { LanguageType eCurrentLang = it->first; StringChangeList& rStringChangeList = it->second; -- cgit -24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/postprocess
AgeCommit message (Expand)Author
2012-10-09Kill rebasing all together - little advantage for a lot of hassleFridrich Štrba
2012-10-09Revert "use downloaded rebase.exe with Win8 SDK"Fridrich Štrba
2012-10-07use downloaded rebase.exe with Win8 SDKPeter Foley
2012-10-07Bypass ODBC here, tooTor Lillqvist
2012-10-04re-base on ALv2 code. Includes:Michael Meeks