Kaydet (Commit) cc9cd7af authored tarafından Markus Mohrhard's avatar Markus Mohrhard

coverity: initialize variable

Change-Id: Ie52aae8e56e4b420d612772f8dab1d9e7330f79a
üst 22763347
......@@ -1195,7 +1195,8 @@ bool ScColumn::SetString( SCROW nRow, SCTAB nTabP, const String& rString,
if (pParam)
aParam = *pParam;
sal_uInt32 nIndex, nOldIndex = 0;
sal_uInt32 nIndex = 0;
sal_uInt32 nOldIndex = 0;
sal_Unicode cFirstChar;
if (!aParam.mpNumFormatter)
aParam.mpNumFormatter = pDocument->GetFormatTable();
......
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