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

coverity#984153 Uninitialized scalar field

Change-Id: I25581ff4471d8a7f50849335dd7bd0ccad7b0742
üst 59d7d867
...@@ -90,8 +90,9 @@ NameOrIndex::NameOrIndex(sal_uInt16 _nWhich, const OUString& rName) : ...@@ -90,8 +90,9 @@ NameOrIndex::NameOrIndex(sal_uInt16 _nWhich, const OUString& rName) :
{ {
} }
NameOrIndex::NameOrIndex(sal_uInt16 _nWhich, SvStream& rIn) : NameOrIndex::NameOrIndex(sal_uInt16 _nWhich, SvStream& rIn)
SfxStringItem(_nWhich, rIn) : SfxStringItem(_nWhich, rIn)
, nPalIndex(-1)
{ {
rIn.ReadInt32( nPalIndex ); rIn.ReadInt32( nPalIndex );
} }
......
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