summaryrefslogtreecommitdiff
path: root/sd/qa
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-11-27 22:03:35 +0100
committerAndras Timar <andras.timar@collabora.com>2016-11-27 22:03:35 +0100
commit8938ed4c660c6169759e1b3a5401174eeaad662f (patch)
tree63834a6a26ee2869c367f1fbbcd42b9da5935689 /sd/qa
parentab3b5b0dfb0c92aa5e94a0f417950724c694ac57 (diff)
typo: Scond -> Second
Change-Id: Icea85b778375f591583732919a999cb066c40868
Diffstat (limited to 'sd/qa')
-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 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);