Kaydet (Commit) 91875498 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I10ca33b2d604ba0dde074327ca3e6d7655105dd0
Reviewed-on: https://gerrit.libreoffice.org/69782
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 5cb2db6d
...@@ -1713,7 +1713,7 @@ void Chart2ImportTest::testTdf121205() ...@@ -1713,7 +1713,7 @@ void Chart2ImportTest::testTdf121205()
CPPUNIT_ASSERT_MESSAGE("chart doc does not have title", xTitled.is()); CPPUNIT_ASSERT_MESSAGE("chart doc does not have title", xTitled.is());
OUString aTitle = getTitleString(xTitled); 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); CPPUNIT_ASSERT_EQUAL(OUString("Firstline\nSecondline\nThirdline"), aTitle);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment