WaE: -Werror=maybe-uninitialized

Change-Id: I0b973088a9d14dbe3eccb0c002aab5bb861f777d
This commit is contained in:
Caolán McNamara
2014-05-01 16:40:08 +01:00
parent df1df2be74
commit d5e89e0573

View File

@@ -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);