summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-12-22 16:39:22 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-12-22 16:39:22 +0100
commita911241da212808375af0067049d28ce0b3709bb (patch)
treebea665b9b6c568714aed6b1b56565a8fe0b46787 /sd
parent7a64988dbc7a1542aa38f0e8f9a8a47941fbc67d (diff)
Fix typo
Change-Id: I6b4b16a8ab4a446826e4b6d2670b1484cb87379a
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();