coverity#707961 Uninitialized scalar field
Change-Id: I86bcdd6cda589e42fb18a33002092d87c6d3a2d4
This commit is contained in:
@@ -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() )
|
||||||
|
Reference in New Issue
Block a user