diff options
-rw-r--r-- | editeng/source/editeng/impedit3.cxx | 2 | ||||
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/UCB/Helper.java | 2 | ||||
-rw-r--r-- | sc/source/ui/view/viewfun2.cxx | 4 | ||||
-rw-r--r-- | sw/source/filter/xml/xmlexpit.cxx | 2 |
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 ) |