summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-01 10:38:51 +0100
committerBosdonnat Cedric <cedric.bosdonnat@free.fr>2013-07-01 09:45:45 +0000
commit3367c767fec1b02f4493490e1ef5b2929dfbbd46 (patch)
tree997488488554bb445e188d7fbeba59da30deef93
parent213f32fc9839fce3b01af938293eca331b544dd3 (diff)
Resolves: fdo#66403 infinite loop, typo i should be it
Conflicts: cui/source/tabpages/autocdlg.cxx Change-Id: Ia3ec1302649809b7a63befc0a48fb142f1169936 Reviewed-on: https://gerrit.libreoffice.org/4649 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
-rw-r--r--cui/source/tabpages/autocdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index a99ec37e5b11..f8a5fe54ebb1 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -1445,7 +1445,7 @@ sal_Bool OfaAutocorrExceptPage::FillItemSet( SfxItemSet& )
}
}
- for(std::vector<rtl::OUString>::iterator it = rArrays.aDoubleCapsStrings.begin(); it != rArrays.aDoubleCapsStrings.end(); ++i)
+ for(std::vector<rtl::OUString>::iterator it = rArrays.aDoubleCapsStrings.begin(); it != rArrays.aDoubleCapsStrings.end(); ++it)
{
String* s = new String(*it);
if(!pWrdList->insert(s).second)