typo
Change-Id: I191319d4893e622cb3d72a7a2a286241e3825c60
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user