[Libreoffice-commits] core.git: jurt/com jvmfwk/inc lingucomponent/source offapi/com sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Aug 4 05:50:05 UTC 2019


 jurt/com/sun/star/comp/servicemanager/ServiceManager.java |    2 +-
 jvmfwk/inc/elements.hxx                                   |    2 +-
 lingucomponent/source/spellcheck/spell/sspellimp.cxx      |    2 +-
 offapi/com/sun/star/report/ForceNewPage.idl               |    2 +-
 sw/source/core/layout/ftnfrm.cxx                          |    2 +-
 sw/source/filter/ww8/ww8scan.cxx                          |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 87f5719d60027d6415e9406ced161f9cd8026f45
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 4 01:16:23 2019 +0200
Commit:     Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Sun Aug 4 07:49:31 2019 +0200

    Fix typo
    
    Change-Id: I2991d07cb777ee83c24931798035fcc17ae48662
    Reviewed-on: https://gerrit.libreoffice.org/76908
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>

diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
index fd1978018ec7..574983f1e238 100644
--- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
+++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
@@ -585,7 +585,7 @@ public class ServiceManager implements XMultiServiceFactory,
      * The <code>ServiceEnumerationImpl</code> class provides an
      * implementation of the @see com.sun.star.container.XEnumeration interface.
      *
-     * <p>It is a inner wrapper for a java.util.Enumeration object.</p>
+     * <p>It is an inner wrapper for a java.util.Enumeration object.</p>
      *
      * @see         com.sun.star.lang.XSingleServiceFactory
      * @see         com.sun.star.lang.XServiceInfo
diff --git a/jvmfwk/inc/elements.hxx b/jvmfwk/inc/elements.hxx
index 2bdaf4a7033a..4ec2e5c2fb28 100644
--- a/jvmfwk/inc/elements.hxx
+++ b/jvmfwk/inc/elements.hxx
@@ -90,7 +90,7 @@ public:
 
     /** reads the node /java/javaInfo.
         If javaInfo at xsi:nil = true then member bNil is set to true
-        an no further elements are read.
+        and no further elements are read.
      */
     void loadFromNode(xmlDoc * pDoc,xmlNode * pJavaInfo);
     /** The attribute nil will be set to false. The function gets the value
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
index 43f6bef717a0..3bbf8cc66f36 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
@@ -139,7 +139,7 @@ Sequence< Locale > SAL_CALL SpellChecker::getLocales()
 
         // to prefer dictionaries with configuration entries we will only
         // use those old style dictionaries that add a language that
-        // is not yet supported by the list od new style dictionaries
+        // is not yet supported by the list of new style dictionaries
         MergeNewStyleDicsAndOldStyleDics( aDics, aOldStyleDics );
 
         if (!aDics.empty())
diff --git a/offapi/com/sun/star/report/ForceNewPage.idl b/offapi/com/sun/star/report/ForceNewPage.idl
index 8cc0b03c12c9..76dd0e4a963e 100644
--- a/offapi/com/sun/star/report/ForceNewPage.idl
+++ b/offapi/com/sun/star/report/ForceNewPage.idl
@@ -24,7 +24,7 @@
  module com {  module sun {  module star {  module report {
 
 
-/** Specifies if the section will be printed on an separate page.
+/** Specifies if the section will be printed on a separate page.
     <p>This does not apply to page header or page footer.</p>
     @see XSection
  */
diff --git a/sw/source/core/layout/ftnfrm.cxx b/sw/source/core/layout/ftnfrm.cxx
index 89f52716e4f0..9826cf7f9e08 100644
--- a/sw/source/core/layout/ftnfrm.cxx
+++ b/sw/source/core/layout/ftnfrm.cxx
@@ -2757,7 +2757,7 @@ bool SwContentFrame::MoveFootnoteCntFwd( bool bMakePage, SwFootnoteBossFrame *pO
         // then move the content inside of it.
         // If it is a container or the reference differs, create a new footnote and add
         // it into the container.
-        // Create also a SectionFrame if currently in a area inside a footnote.
+        // Create also a SectionFrame if currently in an area inside a footnote.
         SwFootnoteFrame* pTmpFootnote = pNewUpper->IsFootnoteFrame() ? static_cast<SwFootnoteFrame*>(pNewUpper) : nullptr;
         if( !pTmpFootnote )
         {
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 3e2e802b1abf..e74a6907bec1 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -7058,7 +7058,7 @@ static void lcl_checkFontname( OUString& sString )
     // for efficiency, we'd like to use String methods as far as possible.
     // Hence, we will:
     // 1) convert all invalid chars to \u0001
-    // 2) then erase all \u0001 chars (if anywere found), and
+    // 2) then erase all \u0001 chars (if anywhere found), and
     // 3) erase leading/trailing ';', in case a font name was
     //    completely removed
 


More information about the Libreoffice-commits mailing list