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

cppcheck Uninitialized variable

üst 45413e32
......@@ -2613,6 +2613,7 @@ bool BiffFormulaParserImpl::readNlrSAddrAddData( BiffNlr& orNlr, BiffInputStream
bool BiffFormulaParserImpl::readNlrSRangeAddData( BiffNlr& orNlr, bool& orbIsRow, BiffInputStream& rStrm )
{
orbIsRow = false;
swapStreamPosition( rStrm );
// read number of cell addresses and relative flag
sal_uInt32 nCount;
......
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