package/source/zippackage/ZipPackage.cxx |    2 +-
 sd/qa/unit/import-tests.cxx              |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2dda7cca6feb14b4c6f6f04065e23a8e70e05be6
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Wed Feb 14 08:13:05 2018 +0100

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

diff --git a/package/source/zippackage/ZipPackage.cxx 
b/package/source/zippackage/ZipPackage.cxx
index a67c90108481..aea7d14048dd 100644
--- a/package/source/zippackage/ZipPackage.cxx
+++ b/package/source/zippackage/ZipPackage.cxx
@@ -1110,7 +1110,7 @@ void ZipPackage::WriteContentTypes( ZipOutputStream& 
aZipOut, const vector< uno:
         {
             // only nonempty type makes sense here
             ( *aIter )[PKG_MNFST_FULLPATH].Value >>= aPath;
-            //FIXME: For now we have no way of deferentiating defaults from 
others.
+            //FIXME: For now we have no way of differentiating defaults from 
others.
             aOverridesSequence[nOverSeqLength].First = "/" + aPath;
             aOverridesSequence[nOverSeqLength].Second = aType;
             ++nOverSeqLength;
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index 2ed7337438fd..02ab05d93b0d 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -2466,14 +2466,14 @@ void SdImportTest::testTdf51340()
     CPPUNIT_ASSERT_EQUAL( 
static_cast<sal_Int16>(css::style::LineSpacingMode::PROP), aSpacing.Mode );
     CPPUNIT_ASSERT_EQUAL( static_cast<sal_Int16>(125), aSpacing.Height );
 
-    // Third paragraph has a 70% line spacing set directly on normal slide 
(master slide property ir overriden)
+    // Third paragraph has a 70% line spacing set directly on normal slide 
(master slide property is overridden)
     xParagraph.set( getParagraphFromShape( 2, xShape ) );
     xPropSet.set( xParagraph, uno::UNO_QUERY_THROW );
     xPropSet->getPropertyValue( "ParaLineSpacing" ) >>= aSpacing;
     CPPUNIT_ASSERT_EQUAL( 
static_cast<sal_Int16>(css::style::LineSpacingMode::PROP), aSpacing.Mode );
     CPPUNIT_ASSERT_EQUAL( static_cast<sal_Int16>(70), aSpacing.Height );
 
-    // Fourth paragraph has a 190% line spacing set directly on normal slide 
(slide layout property is overriden)
+    // Fourth paragraph has a 190% line spacing set directly on normal slide 
(slide layout property is overridden)
     xParagraph.set( getParagraphFromShape( 3, xShape ) );
     xPropSet.set( xParagraph, uno::UNO_QUERY_THROW );
     xPropSet->getPropertyValue( "ParaLineSpacing" ) >>= aSpacing;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to