sw/qa/extras/rtfimport/rtfimport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f43699621adf44627aa7529b37677e2c7f892b8f Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Dec 22 12:42:01 2018 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 27 20:08:32 2018 +0100 Fix typo Change-Id: Ic95456c08fa941bd3f4f1b52251c609b3e9efea8 Reviewed-on: https://gerrit.libreoffice.org/65639 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx index 233d987e5db0..c31bebbd735f 100644 --- a/sw/qa/extras/rtfimport/rtfimport.cxx +++ b/sw/qa/extras/rtfimport/rtfimport.cxx @@ -1438,7 +1438,7 @@ DECLARE_RTFIMPORT_TEST(testTdf104016, "tdf104016.rtf") { uno::Reference<beans::XPropertyState> xParagraph(getParagraph(1), uno::UNO_QUERY); // This was beans::PropertyState_DIRECT_VALUE, leading to lack of - // interitance from numbering. + // inheritance from numbering. CPPUNIT_ASSERT_EQUAL(beans::PropertyState_DEFAULT_VALUE, xParagraph->getPropertyState("ParaLeftMargin")); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
