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

coverity#707932 Uninitialized scalar field

Change-Id: I73524c3e1911456ef14dcb07f073fed85f869524
üst 27f033ec
...@@ -52,6 +52,7 @@ SvMetaSlot::SvMetaSlot( SvMetaType * pType ) ...@@ -52,6 +52,7 @@ SvMetaSlot::SvMetaSlot( SvMetaType * pType )
, aRecordAbsolute( sal_False, sal_False ) , aRecordAbsolute( sal_False, sal_False )
, pLinkedSlot(0) , pLinkedSlot(0)
, pNextSlot(0) , pNextSlot(0)
, nListPos(0)
, pEnumValue(0) , pEnumValue(0)
{ {
} }
......
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