From 01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 15 Jun 2015 17:03:57 +0200 Subject: Fix typos Change-Id: I28cfc629dc3d6ef54128615452667ccce86c1072 Reviewed-on: https://gerrit.libreoffice.org/16297 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- svtools/source/control/toolbarmenu.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') 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() ) ); -- cgit