[Libreoffice-commits] core.git: compilerplugins/clang librelogo/source sc/source sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Nov 2 19:42:53 UTC 2020


 compilerplugins/clang/xmlimport.cxx     |    2 +-
 librelogo/source/LibreLogo/LibreLogo.py |    2 +-
 sc/source/filter/xml/xmlimprt.cxx       |    2 +-
 sw/source/core/graphic/ndgrf.cxx        |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 4460f5f8503db44bf8e62fd4b2f7246a87156f84
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Nov 2 18:15:51 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Nov 2 20:42:17 2020 +0100

    Fix typos
    
    Change-Id: Ifc4b1c24b41a9ca7e7b3adcc46e3498f3af5a0b7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105192
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/compilerplugins/clang/xmlimport.cxx b/compilerplugins/clang/xmlimport.cxx
index c82a8d960228..f9e5659d71c0 100644
--- a/compilerplugins/clang/xmlimport.cxx
+++ b/compilerplugins/clang/xmlimport.cxx
@@ -54,7 +54,7 @@ public:
             return false;
         if (loplugin::isSamePathname(fn, SRCDIR "/sc/source/filter/xml/xmlannoi.cxx"))
             return false;
-        // this class specifically wants to prevent some endFastElement processing happening in it's superclass
+        // this class specifically wants to prevent some endFastElement processing happening in its superclass
         if (loplugin::isSamePathname(fn, SRCDIR
                                      "/xmloff/source/text/XMLIndexBibliographySourceContext.cxx"))
             return false;
diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py
index 06b0355f04d4..804057a9689d 100644
--- a/librelogo/source/LibreLogo/LibreLogo.py
+++ b/librelogo/source/LibreLogo/LibreLogo.py
@@ -743,7 +743,7 @@ def __setlang__():
         global _
         c = _.doc.CurrentController.getViewCursor()
         locs = [i for i in [c.CharLocale, c.CharLocaleAsian, c.CharLocaleComplex] if i.Language != 'zxx'] # not None language
-		# FIXME-BCP47: this needs adaption to language tags, a simple split on
+		# FIXME-BCP47: this needs adaptation to language tags, a simple split on
 		# '-' and assuming second field would be country would already fail if
 		# a script tag was present.
         loc = Locale(__uilocale__.split('-')[0], __uilocale__.split('-')[1], '')
diff --git a/sc/source/filter/xml/xmlimprt.cxx b/sc/source/filter/xml/xmlimprt.cxx
index e30a54366912..e29112fab2b1 100644
--- a/sc/source/filter/xml/xmlimprt.cxx
+++ b/sc/source/filter/xml/xmlimprt.cxx
@@ -1633,7 +1633,7 @@ void SAL_CALL ScXMLImport::endDocument()
                     SdrObject* pObj = pPage->GetObj(i);
                     ScDrawObjData* pData
                         = ScDrawLayer::GetObjDataTab(pObj, nTab);
-                    // Existance of pData means, that it is a cell anchored object
+                    // Existence of pData means, that it is a cell anchored object
                     if (pData)
                     {
                         // Finish and correct import based on full size (no hidden row/col) and LTR
diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx
index a676b3900c4a..58c9f82c13b7 100644
--- a/sw/source/core/graphic/ndgrf.cxx
+++ b/sw/source/core/graphic/ndgrf.cxx
@@ -374,7 +374,7 @@ void SwGrfNode::TriggerGraphicArrived()
 {
     const SwMsgPoolItem aMsgHint(RES_GRAPHIC_ARRIVED);
     // FIXME: instead of hacking the notification to only handle specific clients.
-    // this should have been implemented cleanly witth two hints, e.g.
+    // this should have been implemented cleanly with two hints, e.g.
     // RES_GRAPHIC_ARRIVED_PREP and RES_GRAPHIC_ARRIVED.
     LockModify();
     {


More information about the Libreoffice-commits mailing list