diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:59:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:02 +0200 |
commit | 2805ac13dcf5ec0c7bbac949ff08a044a6805fd7 (patch) | |
tree | 07c93e952ef78e0da5eb8b365f01ecb7a7ab2227 /accessibility/source | |
parent | cc1352243e4c69c60851df901d2491fff91c2cb4 (diff) |
typo: choosen -> chosen
Diffstat (limited to 'accessibility/source')
-rw-r--r-- | accessibility/source/extended/accessibleiconchoicectrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/extended/accessibleiconchoicectrl.cxx b/accessibility/source/extended/accessibleiconchoicectrl.cxx index ff33395494d2..2048021fe771 100644 --- a/accessibility/source/extended/accessibleiconchoicectrl.cxx +++ b/accessibility/source/extended/accessibleiconchoicectrl.cxx @@ -351,7 +351,7 @@ namespace accessibility } } - // if only one entry is selected and its index is choosen to deselect -> no selection anymore + // if only one entry is selected and its index is chosen to deselect -> no selection anymore if ( 1 == nSelCount && bFound ) pCtrl->SetNoSelection(); } |