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

coverity#707850 Uninitialized scalar field

Change-Id: Ib10e9265a6eaac8544fb6ee0cee0d606a83e15fd
üst 8012b4a3
......@@ -5648,7 +5648,8 @@ PPTParagraphObj::PPTParagraphObj( const PPTStyleSheet& rStyleSheet, sal_uInt32 n
PPTNumberFormatCreator ( NULL ),
mrStyleSheet ( rStyleSheet ),
mnInstance ( nInstance ),
mbTab ( true ) // style sheets always have to get the right tabulator setting
mbTab ( true ), // style sheets always have to get the right tabulator setting
mnCurrentObject ( 0 )
{
if ( nDepth > 4 )
nDepth = 4;
......
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