diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:47:18 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:47:18 +0100 |
commit | 4be55ffca07c5b0f02715f59313ba93639d8e215 (patch) | |
tree | 9522d21663ebd76ba7900678465f510e9a74f0d9 /extensions | |
parent | 2d0c4cd6dc90d6a39e37fa286cee5f5c9e4d3994 (diff) |
Typo: queriing->querying
Change-Id: I9bb56396f263c73fbb22a556da32a5da7f94c3fd
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 |
1 files changed, 1 insertions, 1 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 |