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

coverity#708064 Uninitialized pointer field

Change-Id: I83abe55a758a6900942de4ba337f9fb5444cd866
üst 6ac4f497
...@@ -595,7 +595,10 @@ void ScMyDetectiveOpContainer::Sort() ...@@ -595,7 +595,10 @@ void ScMyDetectiveOpContainer::Sort()
ScMyCell::ScMyCell() : ScMyCell::ScMyCell() :
aShapeList(), aShapeList(),
aDetectiveObjVec(), aDetectiveObjVec(),
pNote(NULL),
nValidationIndex(-1), nValidationIndex(-1),
nStyleIndex(-1),
nNumberFormat(-1),
bIsAutoStyle( false ), bIsAutoStyle( false ),
bHasShape( false ), bHasShape( false ),
bIsMergedBase( false ), bIsMergedBase( false ),
......
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