diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-11-27 22:03:35 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-11-27 22:03:35 +0100 |
commit | 8938ed4c660c6169759e1b3a5401174eeaad662f (patch) | |
tree | 63834a6a26ee2869c367f1fbbcd42b9da5935689 /sd/qa | |
parent | ab3b5b0dfb0c92aa5e94a0f417950724c694ac57 (diff) |
typo: Scond -> Second
Change-Id: Icea85b778375f591583732919a999cb066c40868
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |