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

coverity#705841 Dereference before null check

Change-Id: I3b0f7530739a084f22f66313c3e1ffe2d60768ea
üst 6074a4f7
...@@ -160,7 +160,7 @@ void ScColRowNameRangesDlg::Init() ...@@ -160,7 +160,7 @@ void ScColRowNameRangesDlg::Init()
UpdateNames(); UpdateNames();
if ( pViewData && pDoc ) if (pViewData)
{ {
SCCOL nStartCol = 0; SCCOL nStartCol = 0;
SCROW nStartRow = 0; SCROW nStartRow = 0;
......
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