summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-12 17:05:25 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-12 20:44:39 +0100
commit69b46d7a3b7cd1f0f398ec18583a7383deef25d8 (patch)
tree5b115527a5e5414c7c6532b75e5b345d900a98c9 /svtools
parent4bb28ad217ea9d6511b6921dcd3d28328edcb4d6 (diff)
Fix typos
Change-Id: Ibb94b2b16afbcca84dd55ae51fde6fd27afede3a Reviewed-on: https://gerrit.libreoffice.org/63297 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/toolbarmenu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/toolbarmenu.cxx b/svtools/source/control/toolbarmenu.cxx
index b64c0b788442..824de42d35ca 100644
--- a/svtools/source/control/toolbarmenu.cxx
+++ b/svtools/source/control/toolbarmenu.cxx
@@ -965,7 +965,7 @@ ToolbarMenuEntry* ToolbarMenu::implCursorUpDown( bool bUp, bool bHomeEnd )
else
{
// if we have a currently selected entry and
- // cursor keys are used than check if this entry
+ // cursor keys are used then check if this entry
// has a control that can use those cursor keys
ToolbarMenuEntry* pData = mpImpl->maEntryVector[n].get();
if( pData && pData->mpControl && !pData->mbHasText )