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

Julien Nabet serval2412 at yahoo.fr
Sat Feb 21 05:47:44 PST 2015


 extensions/source/ole/unoobjw.cxx                                  |    2 +-
 qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4be55ffca07c5b0f02715f59313ba93639d8e215
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 14:47:18 2015 +0100

    Typo: queriing->querying
    
    Change-Id: I9bb56396f263c73fbb22a556da32a5da7f94c3fd

diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx
index fe84f5d..d0902ac 100644
--- a/extensions/source/ole/unoobjw.cxx
+++ b/extensions/source/ole/unoobjw.cxx
@@ -318,7 +318,7 @@ STDMETHODIMP InterfaceOleWrapper_Impl::GetIDsOfNames(REFIID /*riid*/,
 // "_GetValueObject() or Bridge_GetValueObject()" on an UNO wrapper object (class InterfaceOleWrapper_Impl).
 // A value object is appropriately initialized within the script and passed as
 // parameter to an UNO object method or property. The convertDispparamsArgs function
-// can easily find out that a param is such an object by queriing for the
+// can easily find out that a param is such an object by querying for the
 // IJScriptValue interface. By this interface one the type and kind ( out, in/out)
 // can be determined and the right conversion can be applied.
 // Using ValueObjects we spare us the effort of acquiring and examining type information
diff --git a/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java b/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java
index 2bf301a..22af221 100644
--- a/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java
+++ b/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java
@@ -66,7 +66,7 @@ public class CachedDynamicResultSetFactory extends TestCase {
     *      {@link ifc.ucb._XCachedDynamicResultSetFactory} : the destination
     *   interface requires as its parameter an instance of
     *   <code>CachedDynamicResultSetStub</code> service. It is created
-    *   using <code>UniversalContentBroker</code> and queriing it for
+    *   using <code>UniversalContentBroker</code> and querying it for
     *   <code>PackageContent</code> which represents JAR file mentioned
     *   above. Then the dynamic list of file contents (entries) is retrieved.
     *   Using <code>CachedDynamicResultSetStubFactory</code> service a stub of


More information about the Libreoffice-commits mailing list