diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-20 16:09:30 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-27 07:07:44 +0100 |
commit | 9187549836e60a944c61e4e833c4b132c1d615eb (patch) | |
tree | 2cd7263725b642a268f6d30f05390cd5c2b592c9 /chart2 | |
parent | 5cb2db6dd7d234a610a6501668a9901af8472b7f (diff) |
Fix typo
Change-Id: I10ca33b2d604ba0dde074327ca3e6d7655105dd0
Reviewed-on: https://gerrit.libreoffice.org/69782
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/extras/chart2import.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |