diff options
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index fe84f5d35c09..d0902acce631 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 2bf301ab89f4..22af221126c9 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 |