cid#705020 dereference after null check

Change-Id: I11a208ef1648186c40249c27168fffd6a3419eff
This commit is contained in:
Noel Grandin
2014-02-13 09:56:02 +02:00
parent 6fd0c690a3
commit a693fedcea

View File

@@ -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;