Fix typo and dots
Change-Id: Ia34130dbab42d61074a73a2b16e03360b5b123b6
Reviewed-on: https://gerrit.libreoffice.org/81086
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx
index 826bdea..f1219c2 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 8e36076..cdf73ab 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 fc7e927..846f942 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 35f0af5..184eed8 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 0fc88cb..ab6ce12 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 )