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

coverity#707988 Uninitialized scalar field

Change-Id: I06b82d24d4be50e023aa1a1d8aa386d3138d1990
üst a652ea0f
...@@ -81,6 +81,7 @@ ScColumn::ScColumn() : ...@@ -81,6 +81,7 @@ ScColumn::ScColumn() :
maBroadcasters(MAXROWCOUNT), maBroadcasters(MAXROWCOUNT),
maCells(MAXROWCOUNT), maCells(MAXROWCOUNT),
nCol( 0 ), nCol( 0 ),
nTab( 0 ),
pAttrArray( NULL ), pAttrArray( NULL ),
pDocument( NULL ), pDocument( NULL ),
mbDirtyGroups(true) mbDirtyGroups(true)
......
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