summaryrefslogtreecommitdiff
path: root/sw/qa/extras/rtfimport/rtfimport.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-12-22 12:42:01 +0000
committerJulien Nabet <serval2412@yahoo.fr>2018-12-27 20:08:32 +0100
commitf43699621adf44627aa7529b37677e2c7f892b8f (patch)
tree6b858cd8afae9b75a4cf919612b36451490ee643 /sw/qa/extras/rtfimport/rtfimport.cxx
parente464742764bfca6018b0795f9784049a062846f8 (diff)
Fix typo
Change-Id: Ic95456c08fa941bd3f4f1b52251c609b3e9efea8 Reviewed-on: https://gerrit.libreoffice.org/65639 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa/extras/rtfimport/rtfimport.cxx')
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx2
1 files changed, 1 insertions, 1 deletions
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"));
}