From 0143e976454f7937b3f9ba29113bbc36505173c8 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 17 Nov 2018 09:43:23 +0100 Subject: Fix typos Change-Id: Ic7a29f572ce4c42cc88e5d45ebbb774c4b21aaa0 Reviewed-on: https://gerrit.libreoffice.org/63488 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sd/qa/unit/import-tests-smartart.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/qa/unit/import-tests-smartart.cxx b/sd/qa/unit/import-tests-smartart.cxx index 56c504e40b72..edb64c3ba600 100644 --- a/sd/qa/unit/import-tests-smartart.cxx +++ b/sd/qa/unit/import-tests-smartart.cxx @@ -463,7 +463,7 @@ void SdImportTestSmartArt::testAccentProcess() CPPUNIT_ASSERT(xGroupShape.is()); // The pair is a parent (shape + text) and a child, so 3 shapes in total. - // The order is importent, first is at the back, last is at the front. + // The order is important, first is at the back, last is at the front. uno::Reference xFirstPair(xGroup->getByIndex(0), uno::UNO_QUERY); CPPUNIT_ASSERT(xFirstPair.is()); CPPUNIT_ASSERT_EQUAL(static_cast(3), xFirstPair->getCount()); -- cgit