sw/qa/extras/ooxmlimport/ooxmlimport2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bdc82e277759a2df68855fce0a3fdd58f9b1ea66 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Dec 16 21:40:20 2018 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Mon Dec 17 09:04:17 2018 +0100 Fix typo Change-Id: I62306962317a4801b2f6a83a96fa3645e652e80f Reviewed-on: https://gerrit.libreoffice.org/65238 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx index 2882d9ff0778..fea9c91dfced 100644 --- a/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx +++ b/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx @@ -217,7 +217,7 @@ DECLARE_OOXMLIMPORT_TEST(testTdf113946, "tdf113946.docx") // tdf#106792 Checked loading of tdf113946.docx. Before the change, the expected // value of this test was "1696". Opening the file shows a single short line anchored // at the doc start. Only diff is that in 'old' version it is slightly rotated, in 'new' - // version line is strict hiorizontal. Checked against MSWord2013, there the line + // version line is strict horizontal. Checked against MSWord2013, there the line // is also not rotated -> the change is to the better, correct the expected result here. CPPUNIT_ASSERT_EQUAL(OUString("1695"), aTop); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
