coverity#1325058 Dereference after null check
Change-Id: I6290ab4a5951ada1588b9b7641b7e047cc82a9ee
This commit is contained in:
@@ -334,7 +334,7 @@ void ScEditShell::Execute( SfxRequest& rReq )
|
|||||||
return;
|
return;
|
||||||
case SID_UNICODE_NOTATION_TOGGLE:
|
case SID_UNICODE_NOTATION_TOGGLE:
|
||||||
{
|
{
|
||||||
EditView* pActiveView = pHdl ? pHdl->GetActiveView() : pEditView;
|
EditView* pActiveView = pHdl->GetActiveView();
|
||||||
if( pActiveView )
|
if( pActiveView )
|
||||||
{
|
{
|
||||||
OUString sInput = pEngine->GetText();
|
OUString sInput = pEngine->GetText();
|
||||||
|
Reference in New Issue
Block a user