sw/qa/extras/rtfimport/rtfimport.cxx            |    2 +-
 writerfilter/source/rtftok/rtfdispatchvalue.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 703d81984d9f8dcfdf1f22b8dbeb5ee24d47d61b
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Tue Feb 6 14:19:13 2018 +0100

    Fix typos
    
    Change-Id: Ifb3aa4f79b9accc34b2010b762e596fadae9fd09
    Reviewed-on: https://gerrit.libreoffice.org/49297
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

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,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to