WaE: implicit conversion (IntegralCast) from bool to 'int'

Change-Id: I3431d256bde60a2b3fa8de9a0ef43d1a0f1dc3df
This commit is contained in:
Tor Lillqvist
2014-02-28 13:03:25 +02:00
parent 514f2c2dfa
commit c28e4af6fe

View File

@@ -196,7 +196,7 @@ void checkCanvasBitmap( const rtl::Reference<VclCanvasBitmap>& xBmp,
xPal->getNumberOfEntries() == 1L << nOriginalDepth);
uno::Sequence<double> aIndex;
CPPUNIT_ASSERT_MESSAGE( "Palette is not read-only",
xPal->setIndex(aIndex,true,0) == false);
xPal->setIndex(aIndex,true,0) == sal_False);
CPPUNIT_ASSERT_MESSAGE( "Palette entry 0 is not opaque",
xPal->getIndex(aIndex,0));
CPPUNIT_ASSERT_MESSAGE( "Palette has no valid color space",