Change-Id: I191319d4893e622cb3d72a7a2a286241e3825c60
This commit is contained in:
Stephan Bergmann
2014-12-01 11:21:40 +01:00
parent 28bd5d32a9
commit 03302f74b8

View File

@@ -1227,7 +1227,7 @@ void AssignmentPersistentData::Commit()
bool AddressBookSourceDialog::PreNotify( NotifyEvent& _rNEvt ) bool AddressBookSourceDialog::PreNotify( NotifyEvent& _rNEvt )
{ {
switch (_rNEvt.GetType() == MouseNotifyEvent::KEYINPUT) if (_rNEvt.GetType() == MouseNotifyEvent::KEYINPUT)
{ {
const KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent(); const KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent();
sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode();