cid#705020 dereference after null check
Change-Id: I11a208ef1648186c40249c27168fffd6a3419eff
This commit is contained in:
@@ -400,8 +400,9 @@ void SwInputWindow::CancelFormula()
|
|||||||
pWrtShell->EndSelTblCells();
|
pWrtShell->EndSelTblCells();
|
||||||
|
|
||||||
pView->GetEditWin().GrabFocus();
|
pView->GetEditWin().GrabFocus();
|
||||||
}
|
|
||||||
pView->GetViewFrame()->GetDispatcher()->Execute( FN_EDIT_FORMULA, SFX_CALLMODE_ASYNCHRON);
|
pView->GetViewFrame()->GetDispatcher()->Execute( FN_EDIT_FORMULA, SFX_CALLMODE_ASYNCHRON);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const sal_Unicode CH_LRE = 0x202a;
|
const sal_Unicode CH_LRE = 0x202a;
|
||||||
|
Reference in New Issue
Block a user