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

coverity#1292225 variable guards dead code

Change-Id: Ie00be7806b5bce3599c47654585246edf6f8cc90
üst 5be7dd66
...@@ -75,7 +75,7 @@ void BitmapTest::testConvert() ...@@ -75,7 +75,7 @@ void BitmapTest::testConvert()
void BitmapTest::testScale() void BitmapTest::testScale()
{ {
bool bExportBitmap(false); const bool bExportBitmap(false);
Bitmap aBitmap24Bit(Size(10, 10), 24); Bitmap aBitmap24Bit(Size(10, 10), 24);
CPPUNIT_ASSERT_EQUAL(static_cast<sal_uInt16>(24), aBitmap24Bit.GetBitCount()); CPPUNIT_ASSERT_EQUAL(static_cast<sal_uInt16>(24), aBitmap24Bit.GetBitCount());
......
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