[Libreoffice-commits] core.git: sw/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 27 19:08:54 UTC 2018


 sw/qa/extras/rtfimport/rtfimport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f43699621adf44627aa7529b37677e2c7f892b8f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Dec 22 12:42:01 2018 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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"));
 }


More information about the Libreoffice-commits mailing list