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

coverity#707961 Uninitialized scalar field

Change-Id: I86bcdd6cda589e42fb18a33002092d87c6d3a2d4
üst 727752e1
...@@ -399,8 +399,9 @@ static const sal_Int32 spnDefColors8[] = ...@@ -399,8 +399,9 @@ static const sal_Int32 spnDefColors8[] =
ColorPalette::ColorPalette( const WorkbookHelper& rHelper ) : ColorPalette::ColorPalette( const WorkbookHelper& rHelper )
WorkbookHelper( rHelper ) : WorkbookHelper(rHelper)
, mnAppendIndex(0)
{ {
// default colors // default colors
switch( getFilterType() ) switch( getFilterType() )
......
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