summaryrefslogtreecommitdiff
path: root/vcl/source/control/roadmap.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-12 14:38:49 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-12 18:29:05 +0200
commit1a97b9ab0489c742ffbfc8270e4bd153006b1273 (patch)
treed6042124a06a264ef0673d8c86220631f4280dff /vcl/source/control/roadmap.cxx
parent45d54cc6518d4ef408f7c7d5c55d6b7adfc9f12a (diff)
Fix typos
Change-Id: I38e23114a257d1baf2a9f36fd8ac0fcf8f3938b3 Reviewed-on: https://gerrit.libreoffice.org/77356 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'vcl/source/control/roadmap.cxx')
-rw-r--r--vcl/source/control/roadmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/roadmap.cxx b/vcl/source/control/roadmap.cxx
index 462073a73007..c1a301110fb3 100644
--- a/vcl/source/control/roadmap.cxx
+++ b/vcl/source/control/roadmap.cxx
@@ -598,7 +598,7 @@ bool ORoadmap::PreNotify(NotifyEvent& _rNEvt)
switch( nKeyCode )
{
case KEY_UP:
- { // Note: Performancewise this is not optimal, because we search for an ID in the labels
+ { // Note: Performance wise this is not optimal, because we search for an ID in the labels
// and afterwards we search again for a label with the appropriate ID ->
// unnecessarily we search twice!!!
ItemId nPrevItemID = GetPreviousAvailableItemId( pItem->GetIndex() );