diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/toolbarmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/toolbarmenu.cxx b/svtools/source/control/toolbarmenu.cxx index 79d60caedf8d..a957a2e28038 100644 --- a/svtools/source/control/toolbarmenu.cxx +++ b/svtools/source/control/toolbarmenu.cxx @@ -390,7 +390,7 @@ void ToolbarMenu_Impl::notifyHighlightedEntry() if( pEntry->mpControl ) { sal_Int32 nChildIndex = 0; - // todo: if other controls than ValueSet are allowed, addapt this code + // todo: if other controls than ValueSet are allowed, adapt this code ValueSet* pValueSet = dynamic_cast< ValueSet* >( pEntry->mpControl.get() ); if( pValueSet ) nChildIndex = static_cast< sal_Int32 >( pValueSet->GetItemPos( pValueSet->GetSelectItemId() ) ); |