| commit | 6598e65cfcabd270199d09d11d9d93639bca620d | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Thu Nov 03 15:36:28 2011 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Thu Nov 03 15:42:41 2011 +0000 |
| tree | 28a544330a8aa78fd9bc77fbf45fc38bc69451c5 | |
| parent | 33a49504779cae71e079bc13f71ff2a77352b116 [diff] |
probably need to add mbIsGrey to operator== comparison
diff --git a/vcl/inc/vcl/salbtype.hxx b/vcl/inc/vcl/salbtype.hxx index 8e238be..41c90e9 100644 --- a/vcl/inc/vcl/salbtype.hxx +++ b/vcl/inc/vcl/salbtype.hxx
@@ -607,7 +607,7 @@ inline sal_Bool BitmapPalette::operator==( const BitmapPalette& rBitmapPalette ) { sal_Bool bRet = sal_False; if( rBitmapPalette.mnCount == mnCount ) if( rBitmapPalette.mnCount == mnCount && rBitmapPalette.mbIsGrey == mbIsGrey ) { bRet = sal_True;