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

coverity#707933 Uninitialized scalar field

Change-Id: I03c835327eabc9bfdc9904abb2ba6a8f13bd7207
üst dbfff3f4
...@@ -40,6 +40,7 @@ SvMetaSlot::SvMetaSlot() ...@@ -40,6 +40,7 @@ SvMetaSlot::SvMetaSlot()
, 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