[Libreoffice-commits] core.git: editeng/source ios/LibreOfficeLight odk/examples sc/source sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Oct 19 06:59:24 UTC 2019


 editeng/source/editeng/impedit3.cxx                           |    2 +-
 ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift |    2 +-
 odk/examples/DevelopersGuide/UCB/Helper.java                  |    2 +-
 sc/source/ui/view/viewfun2.cxx                                |    4 ++--
 sw/source/filter/xml/xmlexpit.cxx                             |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 40b469fdb6dec080a90542935f94d497aa067ef4
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Oct 18 19:20:07 2019 +0200
Commit:     Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Sat Oct 19 08:58:47 2019 +0200

    Fix typo and dots
    
    Change-Id: Ia34130dbab42d61074a73a2b16e03360b5b123b6
    Reviewed-on: https://gerrit.libreoffice.org/81086
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx
index 826bdea59998..f1219c29361e 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -908,7 +908,7 @@ bool ImpEditEngine::CreateLines( sal_Int32 nPara, sal_uInt32 nStartPosY )
                     break;  // while
 
                 // Continue with remainder. This only to have *some* valid
-                // X-values and not endlessly create new lines until DOOM..
+                // X-values and not endlessly create new lines until DOOM...
                 // Happened in the scenario of tdf#104152 where inserting a
                 // paragraph lead to a11y attempting to format the doc to
                 // obtain content when notified.
diff --git a/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift b/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift
index 8e3607612a6b..cdf73ab2d14c 100644
--- a/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift
+++ b/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift
@@ -125,7 +125,7 @@ public class LOKitThread
  */
 public protocol LOKitUIDelegate: class
 {
-    // Nothing ATM..
+    // Nothing ATM...
 }
 
 public protocol ProgressDelegate: class
diff --git a/odk/examples/DevelopersGuide/UCB/Helper.java b/odk/examples/DevelopersGuide/UCB/Helper.java
index fc7e927e1aac..846f942dd5d0 100644
--- a/odk/examples/DevelopersGuide/UCB/Helper.java
+++ b/odk/examples/DevelopersGuide/UCB/Helper.java
@@ -80,7 +80,7 @@ public class Helper {
     }
 
     /**
-     * Returns created identifier object for given URL..
+     * Returns created identifier object for given URL...
      *
      *@return     XContent       Created identifier object for given URL
      */
diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index 35f0af5b1f07..184eed8ba2ef 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -1690,8 +1690,8 @@ void ScViewFunc::FillCrossDblClick()
             // Determine the shortest data column to end the fill.
             SCROW nY = nEndY + 1;
             // FindAreaPos() returns the start row of the next data block if
-            // the current row is the the last row of a data block and an empty
-            // cell follows. Somewhat unexpected behaviour..
+            // the current row is the last row of a data block and an empty
+            // cell follows. Somewhat unexpected behaviour...
             // So check beforehand if there is one non-empty cell following.
             if (pDoc->HasData( nCol, nY + 1, nTab))
             {
diff --git a/sw/source/filter/xml/xmlexpit.cxx b/sw/source/filter/xml/xmlexpit.cxx
index 0fc88cbba90d..ab6ce1236e31 100644
--- a/sw/source/filter/xml/xmlexpit.cxx
+++ b/sw/source/filter/xml/xmlexpit.cxx
@@ -886,7 +886,7 @@ bool SvXMLExportItemMapper::QueryXMLValue(
             const SvxBrushItem& rBrush = dynamic_cast<const SvxBrushItem&>(rItem);
 
             // note: the graphic is only exported if nMemberId equals
-            //       MID_GRAPHIC..
+            //       MID_GRAPHIC...
             //       If not, only the color or transparency is exported
 
             switch( nMemberId )


More information about the Libreoffice-commits mailing list