Kaydet (Commit) 59eb06e9 authored tarafından Michael Meeks's avatar Michael Meeks

initialize relative col/row/tab indicees to avoid false positives.

Change-Id: I165b9745b36499e625e6f5d65a622fcfbb535d63
üst 270ad08f
...@@ -448,6 +448,7 @@ static ScSingleRefData lcl_ScToken_InitSingleRef() ...@@ -448,6 +448,7 @@ static ScSingleRefData lcl_ScToken_InitSingleRef()
{ {
ScSingleRefData aRef; ScSingleRefData aRef;
aRef.InitAddress( ScAddress() ); aRef.InitAddress( ScAddress() );
aRef.nRelCol = aRef.nRelRow = aRef.nRelTab = 0;
return aRef; return aRef;
} }
......
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