Kaydet (Commit) 33a49504 authored tarafından Caolán McNamara's avatar Caolán McNamara

need to assign mbIsGrey in operator=

üst d0d1cd58
......@@ -587,6 +587,7 @@ inline BitmapPalette& BitmapPalette::operator=( const BitmapPalette& rBitmapPale
{
delete[] (sal_uInt8*) mpBitmapColor;
mnCount = rBitmapPalette.mnCount;
mbIsGrey = rBitmapPalette.mbIsGrey;
if( mnCount )
{
......
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