| commit | f43699621adf44627aa7529b37677e2c7f892b8f | [log] |
|---|---|---|
| author | Andrea Gelmini <andrea.gelmini@gelma.net> | Sat Dec 22 12:42:01 2018 +0000 |
| committer | Julien Nabet <serval2412@yahoo.fr> | Thu Dec 27 20:08:32 2018 +0100 |
| tree | 6b858cd8afae9b75a4cf919612b36451490ee643 | |
| parent | e464742764bfca6018b0795f9784049a062846f8 [diff] |
Fix typo Change-Id: Ic95456c08fa941bd3f4f1b52251c609b3e9efea8 Reviewed-on: https://gerrit.libreoffice.org/65639 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx index 233d987..c31bebb 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")); }