diff options
Diffstat (limited to 'accessibility/source/extended/accessibleiconchoicectrl.cxx')
-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 bd64c074dc29..f31d544112a2 100644 --- a/accessibility/source/extended/accessibleiconchoicectrl.cxx +++ b/accessibility/source/extended/accessibleiconchoicectrl.cxx @@ -368,7 +368,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(); } |