cid#705020 dereference after null check
Change-Id: I11a208ef1648186c40249c27168fffd6a3419eff
This commit is contained in:
parent
6fd0c690a3
commit
a693fedcea
@ -400,8 +400,9 @@ void SwInputWindow::CancelFormula()
|
||||
pWrtShell->EndSelTblCells();
|
||||
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user