diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:55:55 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:43 +0200 |
commit | 30fc8e2a48c0bf6c9944fe0ae2d75ea2f3c2b0c9 (patch) | |
tree | 50bf6d3bdd597e1c7917a41842af6db49df4b983 /vcl/source/control | |
parent | 5c73677cbd96749e72414b0b507dc8c07820c06c (diff) |
typo: foreward -> forward
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/ilstbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx index ee3d2a2733c3..77b1ceed4ccd 100644 --- a/vcl/source/control/ilstbox.cxx +++ b/vcl/source/control/ilstbox.cxx @@ -1436,7 +1436,7 @@ bool ImplListBoxWindow::ProcessKeyInput( const KeyEvent& rKEvt ) SetTopEntry( ( mnTop > nCurVis ) ? ( mnTop-nCurVis+1 ) : 0 ); } - // find first selectable starting from mnTop looking foreward + // find first selectable starting from mnTop looking forward nSelect = mpEntryList->FindFirstSelectable( mnTop, true ); } bDone = true; |