Kaydet (Commit) 752b8ebb authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705012 Explicit null dereferenced

Change-Id: I49631808c1b7cfce100987cb53be36ab5c97a3af
üst a5cbf547
......@@ -114,6 +114,9 @@ void SwDocStatPage::Update()
OSL_ENSURE( pSh, "Shell not found" );
if (!pSh)
return;
SwWait aWait( *pSh->GetDoc()->GetDocShell(), true );
pSh->StartAction();
aDocStat = pSh->GetDoc()->GetUpdatedDocStat();
......
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