[Libreoffice-commits] core.git: qadevOOo/runner sd/source svgio/source xmlhelp/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jul 31 07:56:21 UTC 2018


 qadevOOo/runner/base/java_complex.java           |    2 +-
 sd/source/ui/view/drviews2.cxx                   |    2 +-
 svgio/source/svgreader/svgstylenode.cxx          |    2 +-
 xmlhelp/source/cxxhelp/provider/urlparameter.cxx |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 7a3e7ee1c7323e6db279d006ff218e6543228f3f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jul 30 23:02:55 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 31 09:56:01 2018 +0200

    Fix typos
    
    Change-Id: Iaa00d65b518b3e638c2d31912e247cb91bdd0950
    Reviewed-on: https://gerrit.libreoffice.org/58347
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java
index 9e61c5c5f9ae..e0f6b796732a 100644
--- a/qadevOOo/runner/base/java_complex.java
+++ b/qadevOOo/runner/base/java_complex.java
@@ -40,7 +40,7 @@ public class java_complex implements TestBase
 
     /**
      * This function executes the complex tests given as parameter "-o" or "TestJob". It queries for the correspond class
-     * and crates the JobDescription.
+     * and creates the JobDescription.
      * @return true of all tests run successfully, else false
      */
     public boolean executeTest(TestParameters param)
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx
index 349958309385..40ade045b23e 100644
--- a/sd/source/ui/view/drviews2.cxx
+++ b/sd/source/ui/view/drviews2.cxx
@@ -359,7 +359,7 @@ public:
 class ClassificationInserter : public ClassificationCommon
 {
 private:
-    /// Delete the previous existing classification object(s) - if they exists
+    /// Delete the previous existing classification object(s) - if they exist
     void deleteExistingObjects()
     {
         OUString sKey = m_aKeyCreator.makeCategoryNameKey();
diff --git a/svgio/source/svgreader/svgstylenode.cxx b/svgio/source/svgreader/svgstylenode.cxx
index c909586724f5..281bab937bb2 100644
--- a/svgio/source/svgreader/svgstylenode.cxx
+++ b/svgio/source/svgreader/svgstylenode.cxx
@@ -127,7 +127,7 @@ namespace svgio
                     // which is just the space-char cleaned, concatenated Selectors. The part to 'match'
                     // these is in fillCssStyleVectorUsingHierarchyAndSelectors. There, the same string is
                     // built up using the priorities of local CssStyle, Id, Class and other info combined
-                    // with the existing hierarchy. This creates a specificity- and priority-sorted local
+                    // with the existing hierarchy. This creates a specificity and priority-sorted local
                     // list for each node which is then chained using get/setCssStyleParent.
                     // The current solution is capable of solving space-separated selectors which can be
                     // mixed between Id, Class and type specifiers.
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index 8ed8f80a1c69..8707e3a478b2 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -515,7 +515,7 @@ bool URLParameter::query()
         else if( parameter == "Active" )
             m_aActive = value;
         else if( parameter == "Version" )
-            ; // ignored (but accepted) in the build-in help, useful only for the online help
+            ; // ignored (but accepted) in the built-in help, useful only for the online help
         else
             ret = false;
     }


More information about the Libreoffice-commits mailing list