[Libreoffice-commits] core.git: vcl/source

Michael Meeks michael.meeks at suse.com
Wed Mar 27 12:47:55 PDT 2013


 vcl/source/window/dlgctrl.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d7ea9c2c72023bb0c24307eed8388ae73bd67e94
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Wed Mar 27 19:46:59 2013 +0000

    remove redundant iterator increment - thanks Fridrich.
    
    Change-Id: I345eb51cfb2ad3043ac1659bc971efeb7a5350a0

diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx
index fe7b080..32a32c8 100644
--- a/vcl/source/window/dlgctrl.cxx
+++ b/vcl/source/window/dlgctrl.cxx
@@ -571,7 +571,6 @@ namespace
                 pWindow->ImplControlFocus( GETFOCUS_CURSOR | GETFOCUS_FORWARD );
                 return true;
             }
-            aI++;
         }
 
         return false;


More information about the Libreoffice-commits mailing list