summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx2
-rw-r--r--writerfilter/source/rtftok/rtfdispatchvalue.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index 0c63379ccfbe..fd05a6ce69d7 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -1392,7 +1392,7 @@ DECLARE_RTFIMPORT_TEST(testTdf104016, "tdf104016.rtf")
DECLARE_RTFIMPORT_TEST(testTdf115242, "tdf115242.rtf")
{
- // This was 0, overriden left margin was lost by too aggressive style
+ // This was 0, overridden left margin was lost by too aggressive style
// deduplication.
CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(2787),
getProperty<sal_Int32>(getParagraph(1), "ParaLeftMargin"));
diff --git a/writerfilter/source/rtftok/rtfdispatchvalue.cxx b/writerfilter/source/rtftok/rtfdispatchvalue.cxx
index b44d48a997e0..259b896cdcc3 100644
--- a/writerfilter/source/rtftok/rtfdispatchvalue.cxx
+++ b/writerfilter/source/rtftok/rtfdispatchvalue.cxx
@@ -673,7 +673,7 @@ RTFError RTFDocumentImpl::dispatchValue(RTFKeyword nKeyword, int nParam)
else
{
// Insert at the start, so properties inherited from the list
- // can be overriden by direct formatting. But still allow the
+ // can be overridden by direct formatting. But still allow the
// case when old-style paragraph numbering is already
// tokenized.
putNestedSprm(m_aStates.top().aParagraphSprms, NS_ooxml::LN_CT_PPrBase_numPr,