summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-01 11:18:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-01 11:18:27 +0100
commitaeec24cb34d1b5c302bf61b28c8dcb48576eb042 (patch)
treee0dd78deb675b4e319fa6708ac9db3279f510f42
parentf1da0cff2f67b0c66ec9e3cc5d9855b591eb8648 (diff)
typo
Change-Id: Ifb2120fc0403948ff7eb369184bde090494b2742
-rw-r--r--svtools/source/brwbox/ebbcontrols.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/brwbox/ebbcontrols.cxx b/svtools/source/brwbox/ebbcontrols.cxx
index 96bcdb123011..7b0e577a038d 100644
--- a/svtools/source/brwbox/ebbcontrols.cxx
+++ b/svtools/source/brwbox/ebbcontrols.cxx
@@ -146,7 +146,7 @@ namespace svt
bool ListBoxControl::PreNotify( NotifyEvent& rNEvt )
{
- switch (rNEvt.GetType() == MouseNotifyEvent::KEYINPUT && !IsInDropDown())
+ if (rNEvt.GetType() == MouseNotifyEvent::KEYINPUT && !IsInDropDown())
{
const KeyEvent *pEvt = rNEvt.GetKeyEvent();
const vcl::KeyCode rKey = pEvt->GetKeyCode();