Kaydet (Commit) aeec24cb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

typo

Change-Id: Ifb2120fc0403948ff7eb369184bde090494b2742
üst f1da0cff
...@@ -146,7 +146,7 @@ namespace svt ...@@ -146,7 +146,7 @@ namespace svt
bool ListBoxControl::PreNotify( NotifyEvent& rNEvt ) bool ListBoxControl::PreNotify( NotifyEvent& rNEvt )
{ {
switch (rNEvt.GetType() == MouseNotifyEvent::KEYINPUT && !IsInDropDown()) if (rNEvt.GetType() == MouseNotifyEvent::KEYINPUT && !IsInDropDown())
{ {
const KeyEvent *pEvt = rNEvt.GetKeyEvent(); const KeyEvent *pEvt = rNEvt.GetKeyEvent();
const vcl::KeyCode rKey = pEvt->GetKeyCode(); const vcl::KeyCode rKey = pEvt->GetKeyCode();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment