need to assign mbIsGrey in operator=
This commit is contained in:
parent
d0d1cd58cf
commit
33a4950477
1 changed files with 1 additions and 0 deletions
|
@ -587,6 +587,7 @@ inline BitmapPalette& BitmapPalette::operator=( const BitmapPalette& rBitmapPale
|
|||
{
|
||||
delete[] (sal_uInt8*) mpBitmapColor;
|
||||
mnCount = rBitmapPalette.mnCount;
|
||||
mbIsGrey = rBitmapPalette.mbIsGrey;
|
||||
|
||||
if( mnCount )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue