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

coverity#708113 Uninitialized scalar field

Change-Id: I721f9604a2b5530eacb7340840428d1b2164740e
üst 1a5e8171
...@@ -1430,6 +1430,7 @@ sal_uInt16 FuncData::GetStrIndex( sal_uInt16 nParamNum ) const ...@@ -1430,6 +1430,7 @@ sal_uInt16 FuncData::GetStrIndex( sal_uInt16 nParamNum ) const
FuncDataList::FuncDataList( ResMgr& rResMgr ) FuncDataList::FuncDataList( ResMgr& rResMgr )
: nLast(0)
{ {
for( sal_uInt16 n = 0 ; n < SAL_N_ELEMENTS(pFuncDatas) ; n++ ) for( sal_uInt16 n = 0 ; n < SAL_N_ELEMENTS(pFuncDatas) ; n++ )
Append( new FuncData( pFuncDatas[ n ], rResMgr ) ); Append( new FuncData( pFuncDatas[ n ], rResMgr ) );
......
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