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

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


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

New commits:
commit 3367c767fec1b02f4493490e1ef5b2929dfbbd46
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
    
    Conflicts:
    	cui/source/tabpages/autocdlg.cxx
    
    Change-Id: Ia3ec1302649809b7a63befc0a48fb142f1169936
    Reviewed-on: https://gerrit.libreoffice.org/4649
    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 a99ec37..f8a5fe5 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)


More information about the Libreoffice-commits mailing list