WaE: implicit conversion (IntegralCast) from bool to 'int'
Change-Id: I3431d256bde60a2b3fa8de9a0ef43d1a0f1dc3df
This commit is contained in:
@@ -196,7 +196,7 @@ void checkCanvasBitmap( const rtl::Reference<VclCanvasBitmap>& xBmp,
|
|||||||
xPal->getNumberOfEntries() == 1L << nOriginalDepth);
|
xPal->getNumberOfEntries() == 1L << nOriginalDepth);
|
||||||
uno::Sequence<double> aIndex;
|
uno::Sequence<double> aIndex;
|
||||||
CPPUNIT_ASSERT_MESSAGE( "Palette is not read-only",
|
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",
|
CPPUNIT_ASSERT_MESSAGE( "Palette entry 0 is not opaque",
|
||||||
xPal->getIndex(aIndex,0));
|
xPal->getIndex(aIndex,0));
|
||||||
CPPUNIT_ASSERT_MESSAGE( "Palette has no valid color space",
|
CPPUNIT_ASSERT_MESSAGE( "Palette has no valid color space",
|
||||||
|
Reference in New Issue
Block a user