WaE: -Werror=maybe-uninitialized
Change-Id: I0b973088a9d14dbe3eccb0c002aab5bb861f777d
This commit is contained in:
@@ -168,7 +168,7 @@ void Chart2ImportTest::testErrorBarFormatting()
|
||||
xPropSet->getPropertyValue("ErrorBarY") >>= xErrorBarYProps;
|
||||
CPPUNIT_ASSERT(xErrorBarYProps.is());
|
||||
|
||||
util::Color aColor;
|
||||
util::Color aColor(0);
|
||||
xErrorBarYProps->getPropertyValue("LineColor") >>= aColor;
|
||||
sal_uInt32 nColorValue = aColor;
|
||||
CPPUNIT_ASSERT_EQUAL(sal_uInt32(0xff3333), nColorValue);
|
||||
|
Reference in New Issue
Block a user