Kaydet (Commit) b09957e6 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

coverity#1190367: uninitialized scalar variable

Change-Id: Iee8658ce33d7ba1f9a52778898fc42f15da853ad
üst 804397df
......@@ -229,7 +229,7 @@ void SheetDataBuffer::setDateCell( const CellModel& rModel, const OUString& rDat
SvNumberFormatter* pFormatter = rDoc.GetFormatTable();
double fValue = 0.0;
sal_uInt32 nFormatIndex;
sal_uInt32 nFormatIndex = 0;
bool bValid = pFormatter->IsNumberFormat( rDateString, nFormatIndex, fValue );
if(bValid)
......
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