diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-01 11:18:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-01 11:18:27 +0100 |
commit | aeec24cb34d1b5c302bf61b28c8dcb48576eb042 (patch) | |
tree | e0dd78deb675b4e319fa6708ac9db3279f510f42 /svtools | |
parent | f1da0cff2f67b0c66ec9e3cc5d9855b591eb8648 (diff) |
typo
Change-Id: Ifb2120fc0403948ff7eb369184bde090494b2742
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/brwbox/ebbcontrols.cxx | 2 |
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(); |