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

coverity#704711 Dereference after null check

Change-Id: I30e56ab58101a27acc9380031aabbac68fc74487
üst 08c8ea38
...@@ -667,7 +667,7 @@ void ScUndoSubTotals::Undo() ...@@ -667,7 +667,7 @@ void ScUndoSubTotals::Undo()
pDoc->SetOutlineTable( nTab, pUndoTable ); pDoc->SetOutlineTable( nTab, pUndoTable );
// Original column/row status // Original column/row status
if (pUndoDoc && pUndoTable) if (pUndoTable)
{ {
SCCOLROW nStartCol; SCCOLROW nStartCol;
SCCOLROW nStartRow; SCCOLROW nStartRow;
......
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