summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/import-tests.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index c33176f3499f..b4016874dd11 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -1030,7 +1030,7 @@ void SdImportTest::testBnc862510_6()
sal_Int32 nCharColor;
xPropSet->getPropertyValue( "CharColor" ) >>= nCharColor;
- // Color should be black
+ // Color should be gray
CPPUNIT_ASSERT_EQUAL( sal_Int32(0x8B8B8B), nCharColor );
xDocShRef->DoClose();