loplugin:stringconstant

Change-Id: Ic20debae78db9bae77986954dd5838e3ae360825
This commit is contained in:
Stephan Bergmann
2015-05-10 13:38:41 +02:00
parent 6d4ee1d2ca
commit 336bc33a5a

View File

@@ -2608,7 +2608,7 @@ void ScExportTest::testTextUnderlineColor()
OUString color = getXPath(pDoc,
"/xdr:wsDr/xdr:twoCellAnchor/xdr:sp[1]/xdr:txBody/a:p[1]/a:r[1]/a:rPr/a:uFill/a:solidFill/a:srgbClr", "val");
// make sure that the underline color is RED
CPPUNIT_ASSERT(color.equals("ff0000"));
CPPUNIT_ASSERT_EQUAL(OUString("ff0000"), color);
}