From 8938ed4c660c6169759e1b3a5401174eeaad662f Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 27 Nov 2016 22:03:35 +0100 Subject: typo: Scond -> Second Change-Id: Icea85b778375f591583732919a999cb066c40868 --- sd/qa/unit/import-tests.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index c1c422410c95..22bb3b78969b 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -1606,7 +1606,7 @@ void SdImportTest::testTdf104201() pObj->GetMergedItem(XATTR_FILLCOLOR)); CPPUNIT_ASSERT_EQUAL(ColorData(0x00FF00), rColorItem.GetColorValue().GetColor()); } - // Scond shape has blue fill, but this should be overwritten by green group fill + // Second shape has blue fill, but this should be overwritten by green group fill { SdrObject *const pObj = pPage->GetObj(0); CPPUNIT_ASSERT_MESSAGE("Wrong object", pObj != nullptr); -- cgit