diff --git a/sc/source/filter/oox/stylesbuffer.cxx b/sc/source/filter/oox/stylesbuffer.cxx index 842c168c992b..28d32c00954e 100644 --- a/sc/source/filter/oox/stylesbuffer.cxx +++ b/sc/source/filter/oox/stylesbuffer.cxx @@ -399,8 +399,9 @@ static const sal_Int32 spnDefColors8[] = -ColorPalette::ColorPalette( const WorkbookHelper& rHelper ) : - WorkbookHelper( rHelper ) +ColorPalette::ColorPalette( const WorkbookHelper& rHelper ) + : WorkbookHelper(rHelper) + , mnAppendIndex(0) { // default colors switch( getFilterType() )