summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-10-18 19:20:07 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-10-19 08:58:47 +0200
commit40b469fdb6dec080a90542935f94d497aa067ef4 (patch)
tree7631409570121f54e098dc425393e7d7bc478ec6
parent09a3762fe0fc4c4815c842098094082bf1b90de6 (diff)
Fix typo and dots
Change-Id: Ia34130dbab42d61074a73a2b16e03360b5b123b6 Reviewed-on: https://gerrit.libreoffice.org/81086 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
-rw-r--r--editeng/source/editeng/impedit3.cxx2
-rw-r--r--ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift2
-rw-r--r--odk/examples/DevelopersGuide/UCB/Helper.java2
-rw-r--r--sc/source/ui/view/viewfun2.cxx4
-rw-r--r--sw/source/filter/xml/xmlexpit.cxx2
5 files changed, 6 insertions, 6 deletions
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 )