From 9187549836e60a944c61e4e833c4b132c1d615eb Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 20 Mar 2019 16:09:30 +0000 Subject: Fix typo Change-Id: I10ca33b2d604ba0dde074327ca3e6d7655105dd0 Reviewed-on: https://gerrit.libreoffice.org/69782 Tested-by: Jenkins Reviewed-by: Julien Nabet --- chart2/qa/extras/chart2import.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') diff --git a/chart2/qa/extras/chart2import.cxx b/chart2/qa/extras/chart2import.cxx index 3170042d3dd2..47d1ce481a77 100644 --- a/chart2/qa/extras/chart2import.cxx +++ b/chart2/qa/extras/chart2import.cxx @@ -1713,7 +1713,7 @@ void Chart2ImportTest::testTdf121205() CPPUNIT_ASSERT_MESSAGE("chart doc does not have title", xTitled.is()); OUString aTitle = getTitleString(xTitled); - // We expect title splitted in 3 lines + // We expect title split in 3 lines CPPUNIT_ASSERT_EQUAL(OUString("Firstline\nSecondline\nThirdline"), aTitle); } -- cgit