[Libreoffice-commits] core.git: idl/source qadevOOo/tests unoidl/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon Oct 23 13:17:22 UTC 2017


 idl/source/objects/object.cxx                                |    4 ++--
 qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java |    2 +-
 unoidl/source/unoidl-check.cxx                               |    2 +-
 unoidl/source/unoidlprovider.cxx                             |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit e07606fdd000fa7ee197a7596e673d392591b1e7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Oct 23 13:00:42 2017 +0200

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

diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx
index bb261c44138f..5aeb87066185 100644
--- a/idl/source/objects/object.cxx
+++ b/idl/source/objects/object.cxx
@@ -195,10 +195,10 @@ void SvMetaClass::InsertSlots( SvSlotElementList& rList, std::vector<sal_uLong>&
         }
     }
 
-    // All Interfaces already imported by SuperShells should not be
+    // All Interfaces already imported by SuperShell should not be
     // written any more.
     // It is prohibited that Shell and SuperShell directly import the same
-    //class.
+    // class.
     if( GetMetaTypeType() == MetaTypeType::Shell && aSuperClass.is() )
         aSuperClass->FillClasses( rClassList );
 
diff --git a/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java b/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java
index 176d17e39d9a..1efea375cb35 100644
--- a/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java
+++ b/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java
@@ -83,7 +83,7 @@ public class SdXCustomPresentationAccess extends TestCase {
     * Creating a TestEnvironment for the interfaces to be tested.
     * Retrieves the collection of the CustomPresentation from the document
     * using the interface <code>XCustomPresentationSupplier</code>.
-    * The retrieved collection is the instance of the servcie
+    * The retrieved collection is the instance of the service
     * <code>com.sun.star.presentation.CustomPresentationAccess</code>.
     * Creates two new instances of the custom presentation using the interface
     * <code>XSingleServiceFactory</code>. Inserts one of them to the
diff --git a/unoidl/source/unoidl-check.cxx b/unoidl/source/unoidl-check.cxx
index 6504f0fd333a..e06bdab92caf 100644
--- a/unoidl/source/unoidl-check.cxx
+++ b/unoidl/source/unoidl-check.cxx
@@ -631,7 +631,7 @@ void checkMap(
                                 entB.get()));
                     if (ent2A->getBase() != ent2B->getBase()) {
                         std::cerr
-                            << "single-interface--based servcie " << name
+                            << "single-interface--based service " << name
                             << " base changed from " << ent2A->getBase()
                             << " to " << ent2B->getBase()
                             << std::endl;
diff --git a/unoidl/source/unoidlprovider.cxx b/unoidl/source/unoidlprovider.cxx
index 47e59bfc82db..525418d3f09e 100644
--- a/unoidl/source/unoidlprovider.cxx
+++ b/unoidl/source/unoidlprovider.cxx
@@ -1283,7 +1283,7 @@ rtl::Reference< Entity > readEntity(
                         file->uri,
                         ("UNOIDL format: bad mode " + OUString::number(v)
                          + " of property " + propName
-                         + " for accumulation-based servcie"));
+                         + " for accumulation-based service"));
                 }
                 props.emplace_back(
                     propName, propType,


More information about the Libreoffice-commits mailing list