Kaydet (Commit) a693fedc authored tarafından Noel Grandin's avatar Noel Grandin

cid#705020 dereference after null check

Change-Id: I11a208ef1648186c40249c27168fffd6a3419eff
üst 6fd0c690
...@@ -400,8 +400,9 @@ void SwInputWindow::CancelFormula() ...@@ -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;
......
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