summaryrefslogtreecommitdiff
path: root/vcl/source/window/dlgctrl.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-03-27 19:46:59 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-03-27 19:47:17 +0000
commitd7ea9c2c72023bb0c24307eed8388ae73bd67e94 (patch)
tree1c2d057ebfee61b1ef950def11ea4c97bb55204c /vcl/source/window/dlgctrl.cxx
parentc3763ef570e1c6aba53bc23ba3c03429891ad473 (diff)
remove redundant iterator increment - thanks Fridrich.
Change-Id: I345eb51cfb2ad3043ac1659bc971efeb7a5350a0
Diffstat (limited to 'vcl/source/window/dlgctrl.cxx')
-rw-r--r--vcl/source/window/dlgctrl.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx
index fe7b0803c2a6..32a32c8ecbaf 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;