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

typo

Change-Id: I191319d4893e622cb3d72a7a2a286241e3825c60
üst 28bd5d32
......@@ -1227,7 +1227,7 @@ void AssignmentPersistentData::Commit()
bool AddressBookSourceDialog::PreNotify( NotifyEvent& _rNEvt )
{
switch (_rNEvt.GetType() == MouseNotifyEvent::KEYINPUT)
if (_rNEvt.GetType() == MouseNotifyEvent::KEYINPUT)
{
const KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent();
sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode();
......
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