[Libreoffice-commits] core.git: lotuswordpro/source sw/source xmloff/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Jul 29 15:32:30 UTC 2018


 lotuswordpro/source/filter/lwpnumericfmt.cxx |    2 +-
 sw/source/core/doc/tblcpy.cxx                |    2 +-
 xmloff/source/text/XMLRedlineExport.cxx      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e9112e17efa0e59078acccc5f921a22855db317a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 26 16:09:23 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jul 29 17:32:09 2018 +0200

    Fix typos
    
    Change-Id: I483680622a75affb9822bbf5fc4d14512961493f
    Reviewed-on: https://gerrit.libreoffice.org/58130
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/lotuswordpro/source/filter/lwpnumericfmt.cxx b/lotuswordpro/source/filter/lwpnumericfmt.cxx
index 2d41599f798f..313c3c3d275e 100644
--- a/lotuswordpro/source/filter/lwpnumericfmt.cxx
+++ b/lotuswordpro/source/filter/lwpnumericfmt.cxx
@@ -353,7 +353,7 @@ XFStyle* LwpNumericFormat::Convert()
                                    static_cast<sal_uInt8>(aColor.GetGreen()),
                                    static_cast<sal_uInt8>(aColor.GetBlue())) );
     }
-    {//Negtive
+    {//Negative
         pStyle->SetNegativeStyle( aNegPrefix, aNegSuffix, XFColor(static_cast<sal_uInt8>(aNegativeColor.GetRed()),
                                                                     static_cast<sal_uInt8>(aNegativeColor.GetGreen()),
                                                                     static_cast<sal_uInt8>(aNegativeColor.GetBlue())) );
diff --git a/sw/source/core/doc/tblcpy.cxx b/sw/source/core/doc/tblcpy.cxx
index fa0b16627fc0..bd63396d6340 100644
--- a/sw/source/core/doc/tblcpy.cxx
+++ b/sw/source/core/doc/tblcpy.cxx
@@ -601,7 +601,7 @@ static void lcl_CpyBox( const SwTable& rCpyTable, const SwTableBox* pCpyBox,
         if( bReplaceColl &&
             (( 1 < rDstTable.GetTabLines().size() &&
                 pLine == rDstTable.GetTabLines().front() )
-                // Is the Table's content sill valid?
+                // Is the Table's content still valid?
                 ? RES_POOLCOLL_TABLE == nPoolId
                 : RES_POOLCOLL_TABLE_HDLN == nPoolId ) )
         {
diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx
index 6e23cd2d4743..fa494e86396a 100644
--- a/xmloff/source/text/XMLRedlineExport.cxx
+++ b/xmloff/source/text/XMLRedlineExport.cxx
@@ -368,7 +368,7 @@ void XMLRedlineExport::ExportChangedRegion(
         //       be exported there
     }
 
-    // changed change? Hierarchical changes can onl be two levels
+    // changed change? Hierarchical changes can only be two levels
     // deep. Here we check for the second level.
     aAny = rPropSet->getPropertyValue("RedlineSuccessorData");
     Sequence<PropertyValue> aSuccessorData;


More information about the Libreoffice-commits mailing list