[Libreoffice-commits] core.git: chart2/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Mar 27 06:08:08 UTC 2019
chart2/qa/extras/chart2import.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9187549836e60a944c61e4e833c4b132c1d615eb
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Mar 20 16:09:30 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Mar 27 07:07:44 2019 +0100
Fix typo
Change-Id: I10ca33b2d604ba0dde074327ca3e6d7655105dd0
Reviewed-on: https://gerrit.libreoffice.org/69782
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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);
}
More information about the Libreoffice-commits
mailing list