Kaydet (Commit) 4be55ffc authored tarafından Julien Nabet's avatar Julien Nabet

Typo: queriing->querying

Change-Id: I9bb56396f263c73fbb22a556da32a5da7f94c3fd
üst 2d0c4cd6
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment