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

coverity#708053 Uninitialized scalar field

Change-Id: I1bdba1a8c32a2b5e55f964113087b26b32002b94
üst 587668b7
......@@ -165,6 +165,7 @@ double Snum32ToDouble( sal_uInt32 nValue )
}
FormCache::FormCache( ScDocument* pDoc1, sal_uInt8 nNewDefaultFormat )
: nIndex(0)
{ // Default-Format ist 'Default'
nDefaultFormat = nNewDefaultFormat;
pFormTable = pDoc1->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