[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - cui/source

Caolán McNamara caolanm at redhat.com
Mon Jul 1 02:45:33 PDT 2013


 cui/source/tabpages/autocdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4ce8756b9e9b76f3f4eac1d5e9209aef51f46c44
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jul 1 10:38:51 2013 +0100

    Resolves: fdo#66403 infinite loop, typo i should be it
    
    Change-Id: Ia3ec1302649809b7a63befc0a48fb142f1169936
    (cherry picked from commit e21544132a6732334a14194e02232b28e559303b)
    Reviewed-on: https://gerrit.libreoffice.org/4648
    Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat at free.fr>
    Tested-by: Bosdonnat Cedric <cedric.bosdonnat at free.fr>

diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index 2e11890..bfde63b 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -1434,7 +1434,7 @@ sal_Bool OfaAutocorrExceptPage::FillItemSet( SfxItemSet&  )
                     }
                 }
 
-                for(std::vector<OUString>::iterator it = rArrays.aDoubleCapsStrings.begin(); it != rArrays.aDoubleCapsStrings.end(); ++i)
+                for(std::vector<OUString>::iterator it = rArrays.aDoubleCapsStrings.begin(); it != rArrays.aDoubleCapsStrings.end(); ++it)
                 {
                     String* s = new String(*it);
                     if(!pWrdList->insert(s).second)


More information about the Libreoffice-commits mailing list